Skip to content

Commit 70ae55a

Browse files
authored
Update ci.yml
1 parent 807f73c commit 70ae55a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0 # required to be able to find Git tags
2626

2727
- name: Set up pkgx environment
28-
uses: pkgxdev/setup@v1
28+
uses: pkgxdev/setup@v4
2929
with:
3030
+: pod xcodes
3131

@@ -145,7 +145,7 @@ jobs:
145145
uses: actions/checkout@v4
146146

147147
- name: Set up pkgx environment
148-
uses: pkgxdev/setup@v1
148+
uses: pkgxdev/setup@v4
149149
with:
150150
+: fastlane xcodes
151151

@@ -161,7 +161,7 @@ jobs:
161161

162162
- if: ${{ matrix.install }}
163163
name: Install Required Runtime (${{ matrix.runtime }})
164-
uses: nick-fields/retry@v2
164+
uses: nick-fields/retry@v4
165165
with:
166166
timeout_minutes: 15
167167
max_attempts: 3

0 commit comments

Comments
 (0)