Skip to content

Commit 3373ef0

Browse files
Update actions/cache action to v4
1 parent 30a2886 commit 3373ef0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
uses: actions/[email protected]
2121

2222
- name: APT cache
23-
uses: actions/cache@v3.3.1
23+
uses: actions/cache@v4.1.0
2424
with:
2525
path: /var/cache/apt
2626
key: ${{ runner.os }}-apt
2727

2828
- name: Restore cached SPM dependencies
29-
uses: actions/cache@v3.3.1
29+
uses: actions/cache@v4.1.0
3030
with:
3131
path: .build
3232
key: swiftpm-${{ runner.os }}-${{ inputs.swift-version }}-${{ hashFiles('Package.swift') }}

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/[email protected]
2121

2222
- name: Cache vcpkg
23-
uses: actions/cache@v3.3.1
23+
uses: actions/cache@v4.1.0
2424
with:
2525
key: windows-x64-vcpkg
2626
path: C:\vcpkg\installed\x64-windows

0 commit comments

Comments
 (0)