Skip to content

Commit 77b055e

Browse files
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 0793626 commit 77b055e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/proposal_validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "key=seme-$(git -C seme rev-parse HEAD)" >> $GITHUB_OUTPUT
3636

3737
- name: Restore cache
38-
uses: actions/cache/restore@v5
38+
uses: actions/cache/restore@v6
3939
id: restore-cache
4040
with:
4141
path: ${{ github.workspace }}/swift-evolution-metadata-extractor
@@ -52,7 +52,7 @@ jobs:
5252
- name: Save to cache
5353
if: steps.restore-cache.outputs.cache-hit != 'true'
5454
id: save-to-cache
55-
uses: actions/cache/save@v5
55+
uses: actions/cache/save@v6
5656
with:
5757
path: ${{ github.workspace }}/swift-evolution-metadata-extractor
5858
key: ${{ steps.cache-key.outputs.key }}

0 commit comments

Comments
 (0)