From 67729560c49c234a1f03dd05c2e8743566b1cb79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:33:51 +0000 Subject: [PATCH] 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] --- .github/workflows/docker-release.yaml | 2 +- .github/workflows/ghcr-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-release.yaml b/.github/workflows/docker-release.yaml index 7380b19..aaf112c 100644 --- a/.github/workflows/docker-release.yaml +++ b/.github/workflows/docker-release.yaml @@ -17,7 +17,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} # https://github.com/docker/build-push-action/issues/42#issuecomment-915323168 - name: Set Versions - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: set_version with: script: | diff --git a/.github/workflows/ghcr-release.yaml b/.github/workflows/ghcr-release.yaml index 5f67004..9c439e8 100644 --- a/.github/workflows/ghcr-release.yaml +++ b/.github/workflows/ghcr-release.yaml @@ -20,7 +20,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set Versions - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: set_version with: script: |