Skip to content

Commit 253f0fa

Browse files
committed
GHA: update the lint workflow to 5.8
Update the linting workflow to use the 5.8 release to gain the newer functionality and better stability.
1 parent c1f19f6 commit 253f0fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
steps:
1515
- uses: compnerd/gha-setup-swift@main
1616
with:
17-
branch: swift-5.6-release
18-
tag: 5.6-RELEASE
17+
branch: swift-5.8-release
18+
tag: 5.8-RELEASE
1919
- name: Install swift-format
2020
run: |
21-
Install-Binary -Url "https://github.com/compnerd/swift-build/releases/download/swift-format-5.6-RELEASE/swift-format.msi" -Name "swift-format.msi" -ArgumentList ("-q")
21+
Install-Binary -Url "https://github.com/compnerd/swift-build/releases/download/swift-format-5.8-RELEASE/swift-format.msi" -Name "swift-format.msi" -ArgumentList ("-q")
2222
2323
- uses: actions/checkout@v2
2424

0 commit comments

Comments
 (0)