mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore(deps): update actions/cache action to v3.2.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
ee19cbe1ac
commit
461a5217a8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/frontend-e2e-tests.yml
vendored
4
.github/workflows/frontend-e2e-tests.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
|
||||
- name: Cache build
|
||||
if: needs.changes.outputs.changed == 'true'
|
||||
uses: actions/cache@v3.0.11
|
||||
uses: actions/cache@v3.2.1
|
||||
id: build-cache
|
||||
with:
|
||||
path: frontend/.next
|
||||
|
@ -112,7 +112,7 @@ jobs:
|
|||
|
||||
- name: Cache build
|
||||
if: needs.changes.outputs.changed == 'true'
|
||||
uses: actions/cache@v3.0.11
|
||||
uses: actions/cache@v3.2.1
|
||||
id: build-cache
|
||||
with:
|
||||
path: frontend/.next
|
||||
|
|
Loading…
Reference in a new issue