We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a956456 commit 714958cCopy full SHA for 714958c
1 file changed
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
44
steps:
45
- name: Checkout
46
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
47
48
- name: Set up environment
49
uses: ./.github/actions/setup
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
106
107
@@ -118,7 +118,7 @@ jobs:
118
119
120
121
122
123
- name: Install SwiftLint
124
run: brew install swiftlint
0 commit comments