From ce966d98e3d1813f5aff5b52b707c002023f1606 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 00:26:08 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#42) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 436f216..01720fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Install npm dependencies run: yarn install - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20