From 6bcfabc083af1e5e8b26fc2de1fec04d2276f822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:13:50 +0000 Subject: [PATCH] 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] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d2ca90f..a21ae91 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: RELEASE_ID: ${{ steps.create-release.outputs.result }} steps: - run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV" - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: create-release if: startsWith(github.ref, 'refs/tags/') with: @@ -163,7 +163,7 @@ jobs: contents: write needs: [create-draft-release, build-binaries, build-images] steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 if: startsWith(github.ref, 'refs/tags/') with: github-token: ${{ secrets.GITHUB_TOKEN }}