mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-29 11:49:59 +01:00
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] <support@github.com>
This commit is contained in:
committed by
kenji yoshida
parent
447ed6ce88
commit
0f45311d5e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.4
|
||||
env:
|
||||
cache-name: cache-sbt-libs
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user