File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 - main
77 pull_request :
88 branches :
9- - ' * '
9+ - " * "
1010 workflow_dispatch :
1111
1212jobs :
1313 lint :
1414 runs-on : macos-13
1515 environment : default
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : SwiftFormat version
1919 run : swiftformat --version
2020 - name : Format lint
@@ -28,24 +28,24 @@ jobs:
2828 environment : default
2929 strategy :
3030 matrix :
31- xcode : [' 14.3', ' 15.0' ]
31+ xcode : [" 14.3", " 15.0" ]
3232 # Swift: 5.8 , 5.9
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - name : Select Xcode ${{ matrix.xcode }}
3636 run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
3737 - name : Run Tests
3838 run : swift test --enable-code-coverage --parallel
3939 - name : Swift Coverage Report
4040 run : xcrun llvm-cov export -format="lcov" .build/debug/swift-argument-encodingPackageTests.xctest/Contents/MacOS/swift-argument-encodingPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
41- - uses : codecov/codecov-action@v3
41+ - uses : codecov/codecov-action@v4
4242 with :
4343 token : ${{ secrets.CODECOV_TOKEN }}
4444 fail_ci_if_error : true # optional (default = false)
4545 linux-test :
4646 runs-on : ubuntu-latest
4747 environment : default
48-
48+
4949 steps :
5050 - uses : actions/checkout@v3
5151 - name : Run Tests
You can’t perform that action at this time.
0 commit comments