mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-08 23:41:04 +00:00
chore(deps): update actions/cache action to v3.2.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
1eeb1dadc4
commit
b121360e10
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.2.1
|
||||
uses: actions/cache@v3.2.2
|
||||
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.2.1
|
||||
uses: actions/cache@v3.2.2
|
||||
id: build-cache
|
||||
with:
|
||||
path: frontend/.next
|
||||
|
|
Loading…
Reference in a new issue