We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6586475 commit 9454988Copy full SHA for 9454988
.github/workflows/swift.yml
@@ -6,10 +6,13 @@ jobs:
6
runs-on: macos-latest
7
8
steps:
9
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4.2.2
10
+ - uses: swift-actions/setup-swift@v2.3.0
11
+ with:
12
+ swift-version: 6.1.0
13
- name: Run tests
14
run: set -o pipefail && time xcodebuild clean test -scheme MarkdownSyntax -sdk macosx -enableCodeCoverage YES | xcpretty
15
- name: Codecov
- uses: codecov/codecov-action@v1.0.5
16
+ uses: codecov/codecov-action@v5.4.3
17
with:
18
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments