From 2bfc50dac377c4c3e0a3dab9c87643fb2fa146c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:37:58 +0000 Subject: [PATCH] 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/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d2ea3a9..2648deb 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 with: ref: versions - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: fetch env: MINIMUM_SUPPORTED_VERSION: "22w46a" @@ -69,7 +69,7 @@ jobs: - uses: actions/download-artifact@v3 with: path: versions - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: update with: script: |