From e64db0e9fe18d5a6f151a28c1b414f2e7c2f1f48 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Mar 2022 10:17:23 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/ci-dev.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 149cc312..017199ca 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: node_modules key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb3e0e54..0776fbf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: node_modules key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}