From bbc2ae7654287ee7ff1c905b7acfcd4feb6d71f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:00:44 +0200 Subject: [PATCH] Update actions/setup-node action to v4.1.0 (#25) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/desktop.eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop.eslint.yml b/.github/workflows/desktop.eslint.yml index e2cfdc2..e057f97 100644 --- a/.github/workflows/desktop.eslint.yml +++ b/.github/workflows/desktop.eslint.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ env.CURRENT_NODE_VERSION }} - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.CURRENT_NODE_VERSION }} cache: "npm"