diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 03dabd826..1e2801318 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -141,7 +141,7 @@ jobs: # Post deployment URL as PR comment - name: Comment PR with Preview URL if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |