mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore(deps): bump actions/cache from v2.1.1 to v2.1.2 (#10)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.1 to v2.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.1...d1255ad9362389eac595a9ae406b8e8cb3331f16) 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:
parent
682fe0842d
commit
e875ca796d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
|
||||
- name: Mount bazel cache
|
||||
uses: actions/cache@v2.1.1
|
||||
uses: actions/cache@v2.1.2
|
||||
with:
|
||||
path: |
|
||||
/home/runner/.cache/bazel
|
||||
|
|
2
.github/workflows/dev-container.yml
vendored
2
.github/workflows/dev-container.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Mount bazel cache
|
||||
uses: actions/cache@v2.1.1
|
||||
uses: actions/cache@v2.1.2
|
||||
with:
|
||||
path: |
|
||||
/home/runner/.cache/bazel
|
||||
|
|
Loading…
Add table
Reference in a new issue