We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b571a2 + f2f2f84 commit 01f66fbCopy full SHA for 01f66fb
.github/workflows/actions/setup/action.yml
@@ -30,15 +30,15 @@ runs:
30
# run: defaults write com.apple.dt.XCBuild IgnoreFileSystemDeviceInodeChanges -bool YES
31
32
- name: "Swift Package Manager Cache"
33
- uses: actions/cache@v3
+ uses: actions/cache@v4
34
with:
35
path: .build
36
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
37
restore-keys: |
38
${{ runner.os }}-spm-
39
40
- name: "Compiling Cache"
41
42
43
path: ~/Library/Caches/org.swift.swiftpm/
44
key: ${{ runner.os }}-swift-build-${{ github.ref_name }}
0 commit comments