From cebb6675c70524e07580c231a7ea3b10714d4ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:16:57 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 (#4879) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zack Koppert --- .github/workflows/cd.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/stale.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5c780d65..788b7c62 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -131,7 +131,7 @@ jobs: env_url: https://github.com/super-linter/super-linter - name: Create Issue on Failure - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: failure() with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f5db8df..2fbafba4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -121,7 +121,7 @@ jobs: - name: Create Issue on Failure if: failure() - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 76c92639..200252f3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -55,7 +55,7 @@ jobs: timeout-minutes: 60 steps: - name: Mark issue not stale - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | github.rest.issues.removeLabel({