From e82523df13718e895a06b294b2c3b76efab86e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 06:04:34 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.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.1.6...v3.2.3) --- 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..a97b8e4 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.3 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.3 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.3 id: save-deps with: path: "**/node_modules" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20a8dbd..add969f 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.3 id: save-deps with: path: "**/node_modules"