mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
Update actions/cache action to v2.1.5
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
87de556ace
commit
523f1d9105
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.3
|
||||
uses: actions/cache@v2.1.5
|
||||
with:
|
||||
path: build
|
||||
key: build
|
||||
|
|
Loading…
Reference in a new issue