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 c7625de commit 577c6b2Copy full SHA for 577c6b2
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
35
steps:
36
- name: Checkout
37
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
38
39
- name: Set up environment
40
uses: ./.github/actions/setup
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
98
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
114
- name: Install SwiftLint
115
run: brew install swiftlint
0 commit comments