From 15426c59e79ae6a156966c7bd63bf15ba6b356c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 06:03:46 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.1. - [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.1.6...v3.2.1) --- 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 | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d21a99..88e14a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: with: node-version: 15.14.0 - uses: actions/checkout@master - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.1 id: save-deps with: path: "**/node_modules" @@ -30,7 +30,7 @@ jobs: with: node-version: 15.14.0 - uses: actions/checkout@master - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.1 id: save-deps with: path: "**/node_modules" @@ -58,7 +58,7 @@ jobs: with: node-version: 15.14.0 - uses: actions/checkout@master - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.1 id: save-deps with: path: "**/node_modules" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20a8dbd..2482570 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: node-version: 15.14.0 - uses: actions/checkout@master - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.1 id: save-deps with: path: "**/node_modules"