diff --git a/.github/workflows/bundle-size.yml b/.github/workflows/bundle-size.yml index 61b5224c..34497fb8 100644 --- a/.github/workflows/bundle-size.yml +++ b/.github/workflows/bundle-size.yml @@ -29,7 +29,7 @@ jobs: continue-on-error: true - name: Post size report as PR comment - 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 53cc924f..d55e811d 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -47,7 +47,7 @@ jobs: VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} - name: Post preview URL as PR comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const previewUrl = '${{ steps.deploy.outputs.preview-url }}';