From f50ab425b892ba17b32c23edcc72d9f1e2d2a4bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:07:05 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20actions/github-script?= =?UTF-8?q?=20(v7.1.0=20=E2=86=92=20v8.0.0)=20(#315)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/version-maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-maintenance.yml b/.github/workflows/version-maintenance.yml index 06f3c07..0e35eb6 100644 --- a/.github/workflows/version-maintenance.yml +++ b/.github/workflows/version-maintenance.yml @@ -78,7 +78,7 @@ jobs: - name: Check for Annual Bump if: steps.action-versioning.outputs.needs-annual-bump == 'true' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const currentYear = new Date().getFullYear();