From 8f67692e197e1bd4197a5cab82bcdca0047739f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 08:08:13 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.4.0 --- .github/workflows/format.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index f047070..615fb7f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,7 +20,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Setup Node.JS - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 - name: Install run: npm install diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 5630c4e..bf24d5b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -39,7 +39,7 @@ jobs: run: git checkout "$VERSION" - name: Setup Node.JS - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: 20.6.0 registry-url: "https://registry.npmjs.org"