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:
renovate[bot]
2025-12-17 20:08:48 +00:00
committed by Philip Molares
parent 76c38aa906
commit 299d7ebeef
+2 -2
View File
@@ -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