Skip to content

Commit 6eb398e

Browse files
authored
Merge pull request #465 from moby/dependabot/github_actions/actions/github-script-9
chore(deps): Bump actions/github-script from 8 to 9
2 parents c9168e7 + b0dc0e7 commit 6eb398e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
path: bin/gh-pages
5252
-
5353
name: Garbage collect old results
54-
uses: actions/github-script@v8
54+
uses: actions/github-script@v9
5555
with:
5656
script: |
5757
const fs = require('fs');

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
ref: gh-pages
4242
-
4343
name: Create results matrix
44-
uses: actions/github-script@v8
44+
uses: actions/github-script@v9
4545
id: set
4646
with:
4747
script: |

0 commit comments

Comments
 (0)