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 f2942c4 commit 65d2bffCopy full SHA for 65d2bff
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/checkout@v4.2.2
39
40
- name: Cache Swift PM
41
- uses: actions/cache@v4.2.3
+ uses: actions/cache@v4.2.4
42
with:
43
path: .build
44
key: ${{ runner.os }}-${{ matrix.swift }}-ci-spm-${{ hashFiles('Package.swift') }}
0 commit comments