Skip to content

Commit d8d5dbb

Browse files
Bump actions/cache from 5 to 6 in /.github/actions/test (#46)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sudhanshu Vohra <sudhanshuvohra96@gmail.com>
1 parent 1c20ef3 commit d8d5dbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424

2525
- id: restore-spm-cache
2626
name: Restore SPM cache
27-
uses: actions/cache@v5
27+
uses: actions/cache@v6
2828
with:
2929
path: ~/Library/Developer/Xcode/DerivedData/**/SourcePackages
3030
key: spm-${{ inputs.platform }}-${{ hashFiles('*.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}-${{ hashFiles('.xcode-version') }}-v1
@@ -36,7 +36,7 @@ runs:
3636

3737
- id: restore-carthage-cache
3838
name: Restore Carthage cache
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: Carthage
4242
key: carthage-${{ inputs.platform }}-${{ hashFiles('Cartfile.resolved') }}-${{ hashFiles('.xcode-version') }}-v1

0 commit comments

Comments
 (0)