1 Commits

Author SHA1 Message Date
dependabot[bot] a5b8486fed Bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v8...v9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 11:47:31 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
# - `v1`
- name: Set Image Tags
id: tags
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const version = '${{ steps.version.outputs.version }}'
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Setup Docker BuildX
id: setup-buildx
uses: docker/setup-buildx-action@v4
uses: docker/setup-buildx-action@v3
with:
install: true
driver-opts: network=host