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 719a157 commit 2bbd302Copy full SHA for 2bbd302
.github/workflows/checks.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
- name: Pull cache
19
- uses: actions/cache@v3
+ uses: actions/cache@v4
20
with:
21
path: .build
22
key: ${{ runner.os }}spm${{ hashFiles('**/Package.resolved') }}
@@ -42,7 +42,7 @@ jobs:
42
mv rswift-dev/rswift .build/release/rswift
43
chmod +x .build/release/rswift
44
45
46
id: podcache-ios
47
48
path: Examples/ResourceApp/Pods
@@ -121,7 +121,7 @@ jobs:
121
122
123
124
125
126
127
0 commit comments