We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132110f commit f2f2f84Copy full SHA for f2f2f84
.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