We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7e7f6 commit 9ec7b62Copy full SHA for 9ec7b62
.github/workflows/ci-wasm.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
wasm:
11
runs-on: ubuntu-latest
12
- container: swift:6.0.3
+ container: swift:6.1.0
13
steps:
14
- uses: actions/checkout@v4
15
- uses: swiftwasm/setup-swiftwasm@v2
.github/workflows/markdown-link-check.yml
@@ -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
0 commit comments