From 1d8ac0fe0434d11b077d4083001c287031ad734f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 May 2022 02:00:46 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6c4ada8..4c6294c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v2 - name: Cache .pnpm-store - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.pnpm-store key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}