From 585e6eee338d1619c966f899d743ac59afdfa95e Mon Sep 17 00:00:00 2001 From: "crossplane-renovate[bot]" <166709878+crossplane-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:48:30 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 3a21622d8..29cc9b100 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -19,7 +19,7 @@ jobs: allow-edits: "false" permission-level: write - name: Handle Command - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: POINTS: ${{ steps.command.outputs.command-arguments }} with: