diff --git a/.github/workflows/open-version-bump-pr.yaml b/.github/workflows/open-version-bump-pr.yaml index c7b013d3..5af2c7cb 100644 --- a/.github/workflows/open-version-bump-pr.yaml +++ b/.github/workflows/open-version-bump-pr.yaml @@ -305,7 +305,7 @@ jobs: - createVersionBumpPR steps: - name: Post success or failure comment to PR - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | // `needs` isn't loaded into `actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1`.context, so we have to read it from the outer context