From 2db5f05f3334cfb471ccc0e2ad3e42e680b3e8b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:48:20 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.1.0 (#132) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/node-build.yml | 2 +- .github/workflows/node-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-build.yml b/.github/workflows/node-build.yml index ee10d11..dac7413 100644 --- a/.github/workflows/node-build.yml +++ b/.github/workflows/node-build.yml @@ -29,7 +29,7 @@ jobs: with: version: ${{ inputs.pnpm-version }} - name: Use Node.js ${{ inputs.node-version }} - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ inputs.node-version }} cache: 'pnpm' diff --git a/.github/workflows/node-lint.yml b/.github/workflows/node-lint.yml index 93f6e69..a174dd1 100644 --- a/.github/workflows/node-lint.yml +++ b/.github/workflows/node-lint.yml @@ -29,7 +29,7 @@ jobs: with: version: ${{ inputs.pnpm-version }} - name: Use Node.js ${{ inputs.node-version }} - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ inputs.node-version }} cache: 'pnpm'