From 2abc1465165a4e29e3d4e82009705f51b88d9c04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:24:51 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/pr-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 47605cc26..361000d79 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v5 - uses: actions/setup-python@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v7 with: node-version: "24"