From 3a18a2a522c2ea62a7276572b569e4f60fbcb8d1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Mar 2022 11:25:52 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7d22c3..d3bc65c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache ~/.pnpm-store - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-pnpm-store with: @@ -58,7 +58,7 @@ jobs: with: node-version: 14.x - name: Cache ~/.pnpm-store - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-pnpm-store with: