diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6870f51ab..c0f6bebcb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,7 +55,7 @@ jobs: - name: Print app URL if: ${{ github.head_ref }} - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: APP_URL: ${{ steps.app-url.outputs.app_url }} with: diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 6018aae6e..d8e1057f1 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -34,7 +34,7 @@ jobs: with: uploadArtifacts: true temporaryPublicStorage: true - - uses: actions/github-script@v7 + - uses: actions/github-script@v9 continue-on-error: true # can't comment for PRs from forks with: script: |