Skip to content

Commit 1e2d54c

Browse files
authored
Merge pull request #179 from KenMwaura1/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 6 to 8
2 parents 3849c09 + f82a961 commit 1e2d54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-nodejs-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Create issue if versions are outdated
3232
if: steps.check-versions.outputs.outdated == 'true'
33-
uses: actions/github-script@v6
33+
uses: actions/github-script@v8
3434
with:
3535
script: |
3636
github.rest.issues.create({

0 commit comments

Comments
 (0)