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 df30583 commit 611bab3Copy full SHA for 611bab3
.github/workflows/ci-linux.yml
@@ -20,13 +20,13 @@ jobs:
20
uses: actions/[email protected]
21
22
- name: APT cache
23
- uses: actions/cache@v4.1.1
+ uses: actions/cache@v4.2.4
24
with:
25
path: /var/cache/apt
26
key: ${{ runner.os }}-apt
27
28
- name: Restore cached SPM dependencies
29
30
31
path: .build
32
key: swiftpm-${{ runner.os }}-${{ inputs.swift-version }}-${{ hashFiles('Package.swift') }}
.github/workflows/ci-windows.yml
@@ -21,7 +21,7 @@ jobs:
- name: Cache vcpkg
key: windows-x64-vcpkg
path: C:\vcpkg\installed\x64-windows
0 commit comments