From 93fccc8ea389c667b4d661cd5af7c79f7f785f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 05:21:06 +0000 Subject: [PATCH] Bump actions/cache from v2 to v2.1.4 Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) 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 53525c5..9bb15dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: # if: steps.vendor-cache.outputs.cache-hit != 'true' - name: Restore vendor from cache id: vendor-cache - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 env: cache-name: vendor with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38e923f..f0cb213 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: # if: steps.vendor-cache.outputs.cache-hit != 'true' - name: Restore vendor from cache id: vendor-cache - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 env: cache-name: vendor with: