mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
Update actions/cache action to v2.1.6
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
cc175f6874
commit
d6bb87c6b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
|
||||
- name: Cache build
|
||||
uses: actions/cache@v2.1.5
|
||||
uses: actions/cache@v2.1.6
|
||||
with:
|
||||
path: build
|
||||
key: build
|
||||
|
|
Loading…
Reference in a new issue