Skip to content

Commit f7c524e

Browse files
Chore(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c084846 commit f7c524e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ jobs:
517517
- name: Restore previous fixture validation snapshot (cache)
518518
if: env.VALIDATE_SCOPE_RUN_FIXTURES == 'true'
519519
id: restore_prev_fixture_validation
520-
uses: actions/cache/restore@v5
520+
uses: actions/cache/restore@v6
521521
with:
522522
path: fixture-validation-prev.json
523523
key: fixture-validation-${{ github.sha }}
@@ -585,7 +585,7 @@ jobs:
585585
path: fixture-summary.md
586586
- name: Save current snapshot to cache
587587
if: env.VALIDATE_SCOPE_RUN_FIXTURES == 'true'
588-
uses: actions/cache/save@v5
588+
uses: actions/cache/save@v6
589589
with:
590590
path: fixture-validation.json
591591
key: fixture-validation-${{ github.sha }}

0 commit comments

Comments
 (0)