Skip to content

Commit 5026ef5

Browse files
authored
Merge pull request #25 from docker/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 264b956 + d191492 commit 5026ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/octoguard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333
-
3434
name: Checks
35-
uses: actions/github-script@v7 # zizmor: ignore[artipacked] fine to ignore official actions
35+
uses: actions/github-script@v8 # zizmor: ignore[artipacked] fine to ignore official actions
3636
with:
3737
script: |
3838
const fs = require('fs');

0 commit comments

Comments
 (0)