From 4a2de9db5d54ee3f146cd745bd65c1a8fecda02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:33:14 +0000 Subject: [PATCH] build(deps): 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] --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7c1cdcc24..0ba3193d2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -46,7 +46,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set suffix to Docker tags - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: suffix if: ${{ github.event.release != null }} with: @@ -54,7 +54,7 @@ jobs: script: "return (context.payload.release.tag_name.includes('-dev') ? '-dev' : '');" - name: Determine TENDERMINT_BUILD_OPTIONS - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: TENDERMINT_BUILD_OPTIONS with: result-encoding: string