From 3785e5f1a6cef93b3044d2d78a703204da93bcf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:35:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/setup-nod?= =?UTF-8?q?e=20action=20to=20v4.0.1=20(#895)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 46f661cb..48537416 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -171,7 +171,7 @@ jobs: - name: 🏗 Install Python dependencies run: poetry install --no-interaction - name: 🏗 Set up Node.js - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version-file: ".nvmrc" cache: "npm"