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 bbd4590 commit be01d60Copy full SHA for be01d60
.github/workflows/swift.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: Install libssl-dev
20
run: apt-get update && apt-get install -y libssl-dev
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- name: Build
23
run: swift build -c release -Xswiftc -strict-concurrency=complete
24
- name: Run tests
@@ -27,6 +27,6 @@ jobs:
27
name: SwiftLint version 3.2.1
28
runs-on: ubuntu-latest
29
30
31
- name: GitHub Action for SwiftLint
32
uses: norio-nomura/action-swiftlint@3.2.1
0 commit comments