Skip to content

Commit 94132b7

Browse files
committed
try a more popular setup-swift action
1 parent f227d10 commit 94132b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- uses: SwiftyLab/setup-swift@latest # GH actions currently only have Swift 5.10.0
13+
- uses: swift-actions/setup-swift@v2.1.0 # GH actions currently only have Swift 5.10.0
1414
with:
1515
swift-version: "6.0.0"
1616

0 commit comments

Comments
 (0)