From 2e3320f48a3f8898d1f07e1b6ee7e16eb1e17aae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 06:02:20 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.2. - [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.2) --- 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..65c3bba 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.2 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.2 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.2 id: save-deps with: path: "**/node_modules" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20a8dbd..a645f1f 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.2 id: save-deps with: path: "**/node_modules"