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 254e7cd commit 1ca7865Copy full SHA for 1ca7865
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
runs-on: macos-15
41
steps:
42
- name: git checkout
43
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
44
45
- name: unit tests
46
run: |
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
- name: ui tests
62
.github/workflows/spm-ios.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
- name: xcode version
28
run: xcodebuild -version -sdk
0 commit comments