From 911a2a1b7f945b3d213207d6ee9720a80aa346e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:05:02 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/VersionVigilante.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/VersionVigilante.yml b/.github/workflows/VersionVigilante.yml index 1779e419..73317628 100644 --- a/.github/workflows/VersionVigilante.yml +++ b/.github/workflows/VersionVigilante.yml @@ -22,7 +22,7 @@ jobs: - name: ✅ Un-Labeller (if success) if: (steps.versionvigilante_main.outputs.compare_versions == 'success') && (success() || failure()) continue-on-error: true - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -35,7 +35,7 @@ jobs: - name: ❌ Labeller (if failure) if: (steps.versionvigilante_main.outputs.compare_versions == 'failure') && (success() || failure()) continue-on-error: true - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |