From 4730c5a121e33370eb96fee172700a51a32e14e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:07:49 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.2.0 --- .github/workflows/electronegativity.yml | 2 +- .github/workflows/node.js.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/viteshot.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/electronegativity.yml b/.github/workflows/electronegativity.yml index 3f7758af..d3272b8a 100644 --- a/.github/workflows/electronegativity.yml +++ b/.github/workflows/electronegativity.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version-file: .nvmrc diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6d34d9cc..be594d4d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version-file: .nvmrc cache: 'npm' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9d3c7e4..1da47a65 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version-file: .nvmrc diff --git a/.github/workflows/viteshot.yml b/.github/workflows/viteshot.yml index 17668f5b..11c1a58d 100644 --- a/.github/workflows/viteshot.yml +++ b/.github/workflows/viteshot.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: true lfs: true - name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version-file: .nvmrc - name: Cache Node.js modules