Compare commits

...

2 Commits

Author SHA1 Message Date
CrazyMax
41c10f2beb Merge pull request #350 from docker/dependabot/github_actions/actions/github-script-8
chore(deps): Bump actions/github-script from 7 to 8
2025-09-13 13:12:26 +02:00
dependabot[bot]
5b9bf92d49 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](https://github.com/actions/github-script/compare/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>
2025-09-04 23:01:25 +00:00

View File

@@ -61,7 +61,7 @@ jobs:
target: ${{ matrix.target }} target: ${{ matrix.target }}
- -
name: Check output name: Check output
uses: actions/github-script@v7 uses: actions/github-script@v8
env: env:
INPUT_TARGETS: ${{ steps.gen.outputs.targets }} INPUT_TARGETS: ${{ steps.gen.outputs.targets }}
INPUT_EXPECTED: ${{ matrix.expected }} INPUT_EXPECTED: ${{ matrix.expected }}
@@ -121,7 +121,7 @@ jobs:
fields: ${{ matrix.fields }} fields: ${{ matrix.fields }}
- -
name: Check output name: Check output
uses: actions/github-script@v7 uses: actions/github-script@v8
env: env:
INPUT_MATRIX: ${{ steps.gen.outputs.matrix }} INPUT_MATRIX: ${{ steps.gen.outputs.matrix }}
INPUT_EXPECTED: ${{ matrix.expected }} INPUT_EXPECTED: ${{ matrix.expected }}