diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2a49cb..d35a0d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -450,7 +450,7 @@ jobs: - name: Generate release notes once id: release_notes - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: RELEASE_VERSION: ${{ needs.verify.outputs.release_version }} TARGET_COMMITISH: ${{ needs.verify.outputs.target_commitish }}