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