diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 669ecd856..3bdd43416 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -66,7 +66,7 @@ jobs: - name: Comment PR with preview URL if: github.event_name == 'pull_request' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: BUNNY_PULLZONE_URL: ${{ secrets.BUNNY_WEBSITE_PULLZONE_URL }} PR_NUM: ${{ github.event.pull_request.number }}