We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3a268 commit 0133a5bCopy full SHA for 0133a5b
.github/actions/test/action.yml
@@ -24,7 +24,7 @@ runs:
24
25
- id: restore-spm-cache
26
name: Restore SPM cache
27
- uses: actions/cache@v4
+ uses: actions/cache@v5
28
with:
29
path: ~/Library/Developer/Xcode/DerivedData/**/SourcePackages
30
key: spm-${{ inputs.platform }}-${{ hashFiles('*.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}-${{ hashFiles('.xcode-version') }}-v1
@@ -36,7 +36,7 @@ runs:
36
37
- id: restore-carthage-cache
38
name: Restore Carthage cache
39
40
41
path: Carthage
42
key: carthage-${{ inputs.platform }}-${{ hashFiles('Cartfile.resolved') }}-${{ hashFiles('.xcode-version') }}-v1
0 commit comments