File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555
5656 - name : Upload code coverage report
5757 if : env.CODECOV_TOKEN != '' && matrix.config.xcode == env.CODECOV_XCODE_VERSION
58- uses : codecov/codecov-action@v5.4.0
58+ uses : codecov/codecov-action@v5.4.2
5959 with :
6060 token : ${{ env.CODECOV_TOKEN }}
6161 files : coverage.lcov
Original file line number Diff line number Diff line change 99jobs :
1010 wasm :
1111 runs-on : ubuntu-latest
12- container : swift:6.0.3
12+ container : swift:6.1.0
1313 steps :
1414 - uses : actions/checkout@v4
1515 - uses : swiftwasm/setup-swiftwasm@v2
Original file line number Diff line number Diff line change 99 - name : Checkout
1010 uses : actions/checkout@v4
1111 - name : markdown-link-check
12- uses : gaurav-nelson/github-action-markdown-link-check@1.0.16
12+ uses : gaurav-nelson/github-action-markdown-link-check@1.0.17
1313
You can’t perform that action at this time.
0 commit comments