From e5e6149cbde3b613994a987a4bae10a265a4e500 Mon Sep 17 00:00:00 2001 From: "renovate-mike[bot]" <274037420+renovate-mike[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:05:04 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index f7205e19..0812fd1a 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Quality Gates - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const { data: pr } = await github.rest.pulls.get({