Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ jobs:
- name: Restore previous fixture validation snapshot (cache)
if: env.VALIDATE_SCOPE_RUN_FIXTURES == 'true'
id: restore_prev_fixture_validation
uses: actions/cache/restore@v5
uses: actions/cache/restore@v6
with:
path: fixture-validation-prev.json
key: fixture-validation-${{ github.sha }}
Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
path: fixture-summary.md
- name: Save current snapshot to cache
if: env.VALIDATE_SCOPE_RUN_FIXTURES == 'true'
uses: actions/cache/save@v5
uses: actions/cache/save@v6
with:
path: fixture-validation.json
key: fixture-validation-${{ github.sha }}
Expand Down
Loading