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 807f73c commit 70ae55aCopy full SHA for 70ae55a
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0 # required to be able to find Git tags
26
27
- name: Set up pkgx environment
28
- uses: pkgxdev/setup@v1
+ uses: pkgxdev/setup@v4
29
with:
30
+: pod xcodes
31
@@ -145,7 +145,7 @@ jobs:
145
uses: actions/checkout@v4
146
147
148
149
150
+: fastlane xcodes
151
@@ -161,7 +161,7 @@ jobs:
161
162
- if: ${{ matrix.install }}
163
name: Install Required Runtime (${{ matrix.runtime }})
164
- uses: nick-fields/retry@v2
+ uses: nick-fields/retry@v4
165
166
timeout_minutes: 15
167
max_attempts: 3
0 commit comments