mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
Update actions/cache action to v3.0.5
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
6f836a7bc2
commit
6972a0d555
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@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Cache build
|
- name: Cache build
|
||||||
uses: actions/cache@v3.0.4
|
uses: actions/cache@v3.0.5
|
||||||
id: build-cache
|
id: build-cache
|
||||||
with:
|
with:
|
||||||
path: .next
|
path: .next
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue