diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02352a1..febc18e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: if: github.event.inputs.version != null run: echo "RELEASE_VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 if: github.event.inputs.version == null id: candidate-version with: