We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8820f5e commit 8eb5d5fCopy full SHA for 8eb5d5f
1 file changed
.github/workflows/swift-ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Cache Swift toolchain (Linux)
34
if: runner.os == 'Linux'
35
id: cache-swift-linux
36
- uses: actions/cache@v4
+ uses: actions/cache@v5
37
with:
38
path: /opt/swift
39
key: swift-6.3.1-ubuntu-24.04
@@ -55,7 +55,7 @@ jobs:
55
- name: Cache Swift toolchain (macOS)
56
if: runner.os == 'macOS'
57
id: cache-swift-macos
58
59
60
path: /Library/Developer/Toolchains/swift-6.3.1-RELEASE.xctoolchain
61
key: swift-6.3.1-macos-14
@@ -97,7 +97,7 @@ jobs:
97
# --- Build + test ----------------------------------------------------
98
99
- name: Cache Swift build artefacts
100
101
102
path: .build
103
key: swift-build-${{ runner.os }}-${{ hashFiles('Package.resolved') }}
0 commit comments