From 1de37a3a10b43316e42d86c79d61c0dcd6f5cd43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:18:29 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/update-latest-branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-latest-branch.yaml b/.github/workflows/update-latest-branch.yaml index 8b032517..7c4b78cf 100644 --- a/.github/workflows/update-latest-branch.yaml +++ b/.github/workflows/update-latest-branch.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Update latest branch id: update-latest-branch - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: BRANCH: ${{ inputs.branch }} DRY_RUN: ${{ inputs.dry_run }}