Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot] 8e0941bbec
Merge 3c020a14d3 into 5a7e7f6f2c 2025-05-28 04:06:05 +00:00
renovate[bot] 3c020a14d3
Update GitHub Actions non-major dependencies 2025-05-28 04:06:03 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ jobs:
- name: Upload code coverage report
if: env.CODECOV_TOKEN != '' && matrix.config.xcode == env.CODECOV_XCODE_VERSION
uses: codecov/codecov-action@v5.4.0
uses: codecov/codecov-action@v5.4.3
with:
token: ${{ env.CODECOV_TOKEN }}
files: coverage.lcov

View File

@ -9,7 +9,7 @@ on:
jobs:
wasm:
runs-on: ubuntu-latest
container: swift:6.0.3
container: swift:6.1.1
steps:
- uses: actions/checkout@v4
- uses: swiftwasm/setup-swiftwasm@v2

View File

@ -9,5 +9,5 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@1.0.16
uses: gaurav-nelson/github-action-markdown-link-check@1.0.17