From 625ec0884f20b06218b8ad6098f37843dcb83172 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:06:24 +0000 Subject: [PATCH] bump(deps): update actions/setup-node action to v3.6.0 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1609631..59bfa5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version-file: '.nvmrc' cache: pnpm @@ -34,7 +34,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version-file: '.nvmrc' cache: pnpm @@ -54,7 +54,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version-file: '.nvmrc' cache: pnpm @@ -71,7 +71,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version-file: '.nvmrc' cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48b1d55..2e23860 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version-file: '.nvmrc' cache: pnpm