Skip to content

Commit ef3effc

Browse files
chore(deps): update actions/github-script action to v8 (#491)
1 parent 953bc69 commit ef3effc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_new_issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
# Add the "t-tooling" label to all new issues
17-
- uses: actions/github-script@v7
17+
- uses: actions/github-script@v8
1818
with:
1919
script: |
2020
github.rest.issues.addLabels({

0 commit comments

Comments
 (0)