From 6aa1f0873cdbdbaedb75a0cc1b437d22e80ac397 Mon Sep 17 00:00:00 2001 From: "have-renovate[bot]" <248758277+have-renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 21:28:20 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/on-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 4e1a346..43b2ef9 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -47,7 +47,7 @@ jobs: echo "Will perform $bump version bump on merge" - name: Comment on PR - uses: actions/github-script@v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: script: | const bump = '${{ steps.version.outputs.bump }}';