Skip to content

Commit 5b9bf92

Browse files
chore(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] <support@github.com>
1 parent 3acf805 commit 5b9bf92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-subaction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
target: ${{ matrix.target }}
6262
-
6363
name: Check output
64-
uses: actions/github-script@v7
64+
uses: actions/github-script@v8
6565
env:
6666
INPUT_TARGETS: ${{ steps.gen.outputs.targets }}
6767
INPUT_EXPECTED: ${{ matrix.expected }}
@@ -121,7 +121,7 @@ jobs:
121121
fields: ${{ matrix.fields }}
122122
-
123123
name: Check output
124-
uses: actions/github-script@v7
124+
uses: actions/github-script@v8
125125
env:
126126
INPUT_MATRIX: ${{ steps.gen.outputs.matrix }}
127127
INPUT_EXPECTED: ${{ matrix.expected }}

0 commit comments

Comments
 (0)