From 0aee641024b3c3ebc057e2d835034834ca15bcea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 19:01:14 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.5. - [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.4...v3.0.5) --- 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 | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93365ad..1885127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: # if: steps.vendor-cache.outputs.cache-hit != 'true' - name: Restore vendor from cache id: vendor-cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.0.5 env: cache-name: vendor with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f93e6ca..9e8b3aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: # if: steps.vendor-cache.outputs.cache-hit != 'true' - name: Restore vendor from cache id: vendor-cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.0.5 env: cache-name: vendor with: