Skip to content

Commit 0f09ca9

Browse files
authored
Merge pull request #658 from CodeHarborHub/renovate/major-all
Update actions/github-script action to v7
2 parents daface1 + bcf2071 commit 0f09ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Add PR Review in Progress Label
12-
uses: actions/github-script@v5
12+
uses: actions/github-script@v7
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}
1515
script: |

0 commit comments

Comments
 (0)