Skip to content

Commit f576b4c

Browse files
authored
Merge pull request #1068 from docker/dependabot/github_actions/actions/github-script-9.0.0
build(deps): bump actions/github-script from 8.0.0 to 9.0.0
2 parents d4016fe + e2e567b commit f576b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
-
9191
name: Create includes
9292
id: set
93-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
93+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
9494
with:
9595
script: |
9696
let tests = [];
@@ -200,7 +200,7 @@ jobs:
200200
run: yarn install
201201
-
202202
name: Test
203-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
203+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
204204
with:
205205
script: |
206206
const testName = `${{ matrix.test_name }}`;

0 commit comments

Comments
 (0)