Skip to content

Commit bcf2071

Browse files
Update actions/github-script action to v7
1 parent daface1 commit bcf2071

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)