Skip to content

Commit 8eb5d5f

Browse files
chore(deps): update actions/cache action to v5
1 parent 8820f5e commit 8eb5d5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/swift-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Cache Swift toolchain (Linux)
3434
if: runner.os == 'Linux'
3535
id: cache-swift-linux
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: /opt/swift
3939
key: swift-6.3.1-ubuntu-24.04
@@ -55,7 +55,7 @@ jobs:
5555
- name: Cache Swift toolchain (macOS)
5656
if: runner.os == 'macOS'
5757
id: cache-swift-macos
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
path: /Library/Developer/Toolchains/swift-6.3.1-RELEASE.xctoolchain
6161
key: swift-6.3.1-macos-14
@@ -97,7 +97,7 @@ jobs:
9797
# --- Build + test ----------------------------------------------------
9898

9999
- name: Cache Swift build artefacts
100-
uses: actions/cache@v4
100+
uses: actions/cache@v5
101101
with:
102102
path: .build
103103
key: swift-build-${{ runner.os }}-${{ hashFiles('Package.resolved') }}

0 commit comments

Comments
 (0)