Skip to content

Commit 41c10f2

Browse files
authored
Merge pull request #350 from docker/dependabot/github_actions/actions/github-script-8
chore(deps): Bump actions/github-script from 7 to 8
2 parents 3acf805 + 5b9bf92 commit 41c10f2

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)