From f10cc33ce20a17367e9fb135d85d87ed9373815b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 05:02:28 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/coverage-nix.yml | 2 +- .github/workflows/coverage-win.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0dbd676a45..72baf1534d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: check-cache with: path: ~/.npm @@ -92,7 +92,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 'lts/*' - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: check-cache with: path: ~/.npm diff --git a/.github/workflows/coverage-nix.yml b/.github/workflows/coverage-nix.yml index 30180051b84..9127d8eaf35 100644 --- a/.github/workflows/coverage-nix.yml +++ b/.github/workflows/coverage-nix.yml @@ -13,7 +13,7 @@ jobs: with: node-version: 'lts/*' - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: check-cache with: path: ~/.npm diff --git a/.github/workflows/coverage-win.yml b/.github/workflows/coverage-win.yml index 8c577001e1c..3c74c9d2afc 100644 --- a/.github/workflows/coverage-win.yml +++ b/.github/workflows/coverage-win.yml @@ -13,7 +13,7 @@ jobs: with: node-version: 'lts/*' - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: check-cache with: path: ~/.npm