Skip to content

Commit 5803151

Browse files
build(deps): bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1172cc9 commit 5803151

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
@@ -87,7 +87,7 @@ jobs:
8787
-
8888
name: Create includes
8989
id: set
90-
uses: actions/github-script@v7
90+
uses: actions/github-script@v8
9191
with:
9292
script: |
9393
let tests = [];
@@ -191,7 +191,7 @@ jobs:
191191
run: yarn install
192192
-
193193
name: Test
194-
uses: actions/github-script@v7
194+
uses: actions/github-script@v8
195195
with:
196196
script: |
197197
const testName = `${{ matrix.test_name }}`;

0 commit comments

Comments
 (0)