From 52b63a7a514c46637635de86b0e0685fe5f51f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:37:26 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/scheduled-integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduled-integration-tests.yml b/.github/workflows/scheduled-integration-tests.yml index cd6e679..90bc7bf 100644 --- a/.github/workflows/scheduled-integration-tests.yml +++ b/.github/workflows/scheduled-integration-tests.yml @@ -74,7 +74,7 @@ jobs: - name: Create issue if tests fail if: failure() && steps.test-run.outcome == 'failure' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const date = new Date().toISOString().split('T')[0]; @@ -126,7 +126,7 @@ jobs: - name: Notify on success after previous failure if: success() && steps.test-run.outcome == 'success' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | // Close any open integration failure issues