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 2ffa2ba commit a0e02d6Copy full SHA for a0e02d6
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/[email protected]
39
40
- name: Cache Swift PM
41
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v4.3.0
42
with:
43
path: .build
44
key: ${{ runner.os }}-${{ matrix.swift }}-ci-spm-${{ hashFiles('Package.swift') }}
0 commit comments