From 1d46e620cae55275deae1915f78bb94a8a2ec2c1 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:17: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 211319b..99b06f9 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 }}';