Skip to content

Commit 9454988

Browse files
Update swift.yml
1 parent 6586475 commit 9454988

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/swift.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ jobs:
66
runs-on: macos-latest
77

88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v4.2.2
10+
- uses: swift-actions/setup-swift@v2.3.0
11+
with:
12+
swift-version: 6.1.0
1013
- name: Run tests
1114
run: set -o pipefail && time xcodebuild clean test -scheme MarkdownSyntax -sdk macosx -enableCodeCoverage YES | xcpretty
1215
- name: Codecov
13-
uses: codecov/codecov-action@v1.0.5
16+
uses: codecov/codecov-action@v5.4.3
1417
with:
1518
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)