diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 594d89be..bef5131e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -218,7 +218,7 @@ jobs: - name: Post/update PR comment if: always() && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs') diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index b586b638..a7026606 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -111,7 +111,7 @@ jobs: - name: Comment preview URL on PR if: github.event_name == 'pull_request' && steps.deploy.outputs.skip != 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const marker = '';