Skip to content

Commit 611bab3

Browse files
Update actions/cache action to v4.2.4
1 parent df30583 commit 611bab3

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@v4.1.1
23+
uses: actions/cache@v4.2.4
2424
with:
2525
path: /var/cache/apt
2626
key: ${{ runner.os }}-apt
2727

2828
- name: Restore cached SPM dependencies
29-
uses: actions/cache@v4.1.1
29+
uses: actions/cache@v4.2.4
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
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/[email protected]
2222

2323
- name: Cache vcpkg
24-
uses: actions/cache@v4.1.1
24+
uses: actions/cache@v4.2.4
2525
with:
2626
key: windows-x64-vcpkg
2727
path: C:\vcpkg\installed\x64-windows

0 commit comments

Comments
 (0)