mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-10 13:51:52 +00:00
chore(deps): update actions/cache action to v3.0.9
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d0e9bc1f53
commit
b346b58a5c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Cache build
|
||||
uses: actions/cache@v3.0.8
|
||||
uses: actions/cache@v3.0.9
|
||||
id: build-cache
|
||||
with:
|
||||
path: .next
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Cache build
|
||||
uses: actions/cache@v3.0.8
|
||||
uses: actions/cache@v3.0.9
|
||||
id: build-cache
|
||||
with:
|
||||
path: .next
|
||||
|
|
Loading…
Reference in a new issue