There was an error while loading. Please reload this page.
1 parent 40da5a6 commit c35f7a1Copy full SHA for c35f7a1
1 file changed
.github/workflows/tests.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Install Chrome for headless testing
90
run: pnpm test:install-deps
91
- name: Restore integration test cache
92
- uses: actions/cache/restore@v5
+ uses: actions/cache/restore@v6
93
with:
94
path: examples/**/common/test/integration-test-cache.json
95
key: integration-test-cache-${{ runner.os }}-${{ github.run_id }}-${{ github.run_attempt }}
@@ -103,7 +103,7 @@ jobs:
103
done
104
exit 1
105
- name: Save integration test cache
106
- uses: actions/cache/save@v5
+ uses: actions/cache/save@v6
107
if: success()
108
109
0 commit comments