Skip to content

Commit d56bef5

Browse files
authored
Update swift.yml
1 parent bffa4c4 commit d56bef5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/swift.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
runs-on: macos-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
19+
- uses: swift-actions/setup-swift@v1
20+
with:
21+
swift-version: "5.8.1"
1922
- name: Build
2023
run: swift build -v
2124
- name: Run tests

0 commit comments

Comments
 (0)