diff --git a/.github/workflows/release-comments.yml b/.github/workflows/release-comments.yml index e88f7a68fe3..cfd4c119a1b 100644 --- a/.github/workflows/release-comments.yml +++ b/.github/workflows/release-comments.yml @@ -25,7 +25,7 @@ jobs: ### Semantic Release Bot comments for issues and PRs ### - name: Add release comments to issues and PRs - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: GH_TOKEN: ${{ secrets.ACCESS_TOKEN }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb26c3acef2..e927f75cfd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,7 +165,7 @@ jobs: ### Semantic Release Bot comments for issues and PRs ### - name: Add release comments to issues and PRs - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 if: ${{ github.event.inputs.snapshot == 'false' }} env: GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}