From cc865edcea1363ffa79bb9a2f4f167e556b00b13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:05:58 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.1 --- .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..865fb3d 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: package.json cache: yarn diff --git a/.github/workflows/deploybot.yaml b/.github/workflows/deploybot.yaml index f5ecb97..ea5f4a1 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: package.json cache: yarn