Skip to content

Commit 7cdfae4

Browse files
Merge branch 'master' into dependabot/github_actions/dot-github/actions/setup/ruby/setup-ruby-1.271.0
2 parents b60fb4c + 0133a5b commit 7cdfae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
27+
uses: actions/cache@v5
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@v4
39+
uses: actions/cache@v5
4040
with:
4141
path: Carthage
4242
key: carthage-${{ inputs.platform }}-${{ hashFiles('Cartfile.resolved') }}-${{ hashFiles('.xcode-version') }}-v1

0 commit comments

Comments
 (0)