Skip to content

Commit c35f7a1

Browse files
chore(deps): update actions/cache action to v6 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40da5a6 commit c35f7a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install Chrome for headless testing
9090
run: pnpm test:install-deps
9191
- name: Restore integration test cache
92-
uses: actions/cache/restore@v5
92+
uses: actions/cache/restore@v6
9393
with:
9494
path: examples/**/common/test/integration-test-cache.json
9595
key: integration-test-cache-${{ runner.os }}-${{ github.run_id }}-${{ github.run_attempt }}
@@ -103,7 +103,7 @@ jobs:
103103
done
104104
exit 1
105105
- name: Save integration test cache
106-
uses: actions/cache/save@v5
106+
uses: actions/cache/save@v6
107107
if: success()
108108
with:
109109
path: examples/**/common/test/integration-test-cache.json

0 commit comments

Comments
 (0)