From 0b94716e8201a79338f9a06c5c87a728547cd98f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:20:55 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/windows-hyperv-periodic.yml | 2 +- .github/workflows/windows-periodic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-hyperv-periodic.yml b/.github/workflows/windows-hyperv-periodic.yml index 11732ef0e..c6d2b824e 100644 --- a/.github/workflows/windows-hyperv-periodic.yml +++ b/.github/workflows/windows-hyperv-periodic.yml @@ -329,7 +329,7 @@ jobs: parent: false - name: Check all CI stages succeeded - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const stepResults = { diff --git a/.github/workflows/windows-periodic.yml b/.github/workflows/windows-periodic.yml index 17a72491c..7246e39ed 100644 --- a/.github/workflows/windows-periodic.yml +++ b/.github/workflows/windows-periodic.yml @@ -279,7 +279,7 @@ jobs: parent: false - name: Check all CI stages succeeded - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const stepResults = {