chore(deps): bump actions/cache from v1 to v2.1.1 (#6)

Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v1...5ca27f25cb3a0babe750cad7e4fddd3e55f29e9a)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-10-07 12:58:53 -04:00 committed by GitHub
parent 515a32fe44
commit e95bfc2f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@master
- name: Mount bazel cache
uses: actions/cache@v1
uses: actions/cache@v2.1.1
with:
path: "/home/runner/.cache/bazel"
key: bazel

View file

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Mount bazel cache
uses: actions/cache@v1
uses: actions/cache@v2.1.1
with:
path: "/home/runner/.cache/bazel"
key: bazel