mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-23 18:52:22 +00:00
Update actions/cache action to v2.1.7
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d7ac6fd178
commit
fe5d425d7d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Cache build
|
||||
uses: actions/cache@v2.1.6
|
||||
uses: actions/cache@v2.1.7
|
||||
id: build-cache
|
||||
with:
|
||||
path: build
|
||||
|
|
Loading…
Reference in a new issue