From 1dcb7332e6d1f2d99545db5be9b3aed327ae5c41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:36:40 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 92da803..bc5f34c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up node. - uses: actions/setup-node@v3.8.2 + uses: actions/setup-node@v4.0.0 with: node-version: 17.x - name: Install and build.