Skip to content

Commit 290a8e5

Browse files
committed
Try to just drop the checkout action
1 parent b73eadc commit 290a8e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
strategy:
4646
matrix:
4747
swift-version:
48+
- 5.1
49+
- 5.2
50+
- 5.3
4851
- 5.4
4952
- 5.5
5053
- 5.6
@@ -55,7 +58,7 @@ jobs:
5558
container: swift:${{ matrix.swift-version }}
5659

5760
steps:
58-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v3
5962
with:
6063
fetch-depth: 0 # If you only need the current version keep this.
6164

0 commit comments

Comments
 (0)