Skip to content

Commit

Permalink
Merge pull request #9 from bryk-io/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-v2.1.4

Bump actions/cache from v2 to v2.1.4
  • Loading branch information
bcessa committed Mar 9, 2021
2 parents b085294 + 04044b2 commit 990913c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -32,7 +32,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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,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:
Expand Down

0 comments on commit 990913c

Please sign in to comment.