Skip to content

Commit 56767c4

Browse files
ci: fix incorrect sha for xcode setup
1 parent eea7eb6 commit 56767c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/swiftui-auth.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install xcpretty
5353
run: gem install xcpretty
5454

55-
- uses: maxim-lobanov/setup-xcode@9a237eadec58c1a4e3c19e27a1f6e2a3dce0a919
55+
- uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90
5656
with:
5757
xcode-version: ${{ env.XCODE_VERSION }}
5858

@@ -113,7 +113,7 @@ jobs:
113113
- name: Install xcpretty
114114
run: gem install xcpretty
115115

116-
- uses: maxim-lobanov/setup-xcode@9a237eadec58c1a4e3c19e27a1f6e2a3dce0a919
116+
- uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90
117117
with:
118118
xcode-version: ${{ env.XCODE_VERSION }}
119119

@@ -185,7 +185,7 @@ jobs:
185185
- name: Install xcpretty
186186
run: gem install xcpretty
187187

188-
- uses: maxim-lobanov/setup-xcode@9a237eadec58c1a4e3c19e27a1f6e2a3dce0a919
188+
- uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90
189189
with:
190190
xcode-version: ${{ env.XCODE_VERSION }}
191191

0 commit comments

Comments
 (0)