mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-08-07 07:14:49 +00:00
chore(deps): update actions/cache action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Philip Molares
parent
76c38aa906
commit
299d7ebeef
@@ -19,7 +19,7 @@ runs:
|
||||
shell: bash
|
||||
|
||||
- name: Cache yarn cache
|
||||
uses: actions/cache@v4.3.0
|
||||
uses: actions/cache@v5.0.1
|
||||
id: yarn-cache
|
||||
with:
|
||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
@@ -32,7 +32,7 @@ runs:
|
||||
shell: bash
|
||||
|
||||
- name: Cache cypress binaries
|
||||
uses: actions/cache@v4.3.0
|
||||
uses: actions/cache@v5.0.1
|
||||
id: cypress-cache
|
||||
with:
|
||||
path: /home/runner/.cache/cypress
|
||||
|
||||
Reference in New Issue
Block a user