From 62fb515577345c59237559683368ddf0b5b5c551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 06:16:10 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.0.9 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.9. - [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.0.9) --- 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..c56f53b 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.0.9 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.0.9 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.0.9 id: save-deps with: path: "**/node_modules" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20a8dbd..f1d0805 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.0.9 id: save-deps with: path: "**/node_modules"