diff --git a/.github/workflows/validate-release-tag.yml b/.github/workflows/validate-release-tag.yml index a6e4cd7..d1ee94c 100644 --- a/.github/workflows/validate-release-tag.yml +++ b/.github/workflows/validate-release-tag.yml @@ -55,7 +55,7 @@ jobs: - name: Create issue on failure if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const tagCommit = '${{ steps.resolve.outputs.commit }}' || context.sha;