From 9cec634b9389ba20ed2aa5dfb3d40ec9a3e61879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:35:26 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7.1.0 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/f28e40c7f34bde8b3046d885e986cb6290c5673b...ed597411d8f924073f98dfc5c65a23a2325f34cd) --- 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/release-pr-maintenance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr-maintenance.yaml b/.github/workflows/release-pr-maintenance.yaml index b8ba710..575f5ef 100644 --- a/.github/workflows/release-pr-maintenance.yaml +++ b/.github/workflows/release-pr-maintenance.yaml @@ -23,7 +23,7 @@ jobs: - name: Sync README dependency versions id: sync - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 with: script: | const fs = require('fs');