From 656a83c8483261ef4e86a20837af79f6754662cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 06:38:37 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.2 --- .github/workflows/ci.yaml | 2 +- .github/workflows/deploybot.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 002d38f..c881ba8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version-file: package.json cache: yarn diff --git a/.github/workflows/deploybot.yaml b/.github/workflows/deploybot.yaml index f5ecb97..16520fb 100644 --- a/.github/workflows/deploybot.yaml +++ b/.github/workflows/deploybot.yaml @@ -12,7 +12,7 @@ jobs: environment: e2e steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version-file: package.json cache: yarn