From 4bc6e552e5089ad6c730fe0c2a20bc3b26a9cb5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:14:17 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/reports.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |