From a332cb91dcd31c24f2d475ae0aa3e493e90415ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:42:05 +0000 Subject: [PATCH] =?UTF-8?q?=20chore(deps):=20=E2=AC=86=EF=B8=8F=20bump=20a?= =?UTF-8?q?ctions/github-script=20from=206=20to=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/test.yml | 2 +- .github/workflows/traffic2badge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d498cd3c6..eecbcce50 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - name: Get Commit Message id: message - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: FULL_COMMIT_MESSAGE: '${{ github.event.head_commit.message }}' with: diff --git a/.github/workflows/traffic2badge.yml b/.github/workflows/traffic2badge.yml index 3e69905eb..a88338505 100644 --- a/.github/workflows/traffic2badge.yml +++ b/.github/workflows/traffic2badge.yml @@ -22,7 +22,7 @@ jobs: - name: Get Commit Message id: message - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: FULL_COMMIT_MESSAGE: '${{ github.event.head_commit.message }}' with: