From 5ae197634f5e42320b6874edbbd7ef438b1d1c0f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 May 2022 12:10:37 +0000 Subject: [PATCH] Update actions/setup-node action to v3 --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c57bedf..5eb13a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fd1306b..4912fd9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules