From 2f377f3032afc16e4e9bc37bc9216ab1c6efad50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 06:01:12 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 3.0.0 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 3.0.0 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3.0.0...v8.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/traffic2badge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/traffic2badge.yml b/.github/workflows/traffic2badge.yml index 3cd2d322..6a19a611 100644 --- a/.github/workflows/traffic2badge.yml +++ b/.github/workflows/traffic2badge.yml @@ -16,7 +16,7 @@ jobs: - name: Get Commit Message id: message - uses: actions/github-script@v3.0.0 + uses: actions/github-script@v8.0.0 env: FULL_COMMIT_MESSAGE: '${{ github.event.head_commit.message }}' with: