From 61c86834639cf3013eaf53be7e5f911b404736c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 May 2022 12:10:31 +0000 Subject: [PATCH] Update actions/cache 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..5aa8b8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-pnpm-modules with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fd1306b..b5134de 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-pnpm-modules with: