From 20f3a0c3bbab167aefb4557c8f39762dd411feec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:47:14 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c1e3a585..a43b0828c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Node setup - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '14'