From 4785e92780b90080d85aa28ec8cc6ec68c18a3f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:36:01 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .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 3303a84a..3f1b7c62 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v5 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: "18"