From 9eee921d696e791311596a3f9b8859a474149fba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:28:29 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/shipjs-manual-prepare.yml | 2 +- .github/workflows/shipjs-trigger.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shipjs-manual-prepare.yml b/.github/workflows/shipjs-manual-prepare.yml index 10f4e3b..82b72b5 100644 --- a/.github/workflows/shipjs-manual-prepare.yml +++ b/.github/workflows/shipjs-manual-prepare.yml @@ -10,7 +10,7 @@ jobs: with: fetch-depth: 0 ref: master - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" diff --git a/.github/workflows/shipjs-trigger.yml b/.github/workflows/shipjs-trigger.yml index 5fb3be7..8e08a81 100644 --- a/.github/workflows/shipjs-trigger.yml +++ b/.github/workflows/shipjs-trigger.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 ref: master - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: registry-url: 'https://registry.npmjs.org' - name: Get yarn cache