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 4327a37 commit 99c603cCopy full SHA for 99c603c
.github/workflows/integration-test.yaml
@@ -17,7 +17,7 @@ jobs:
17
toolchain: [latest]
18
steps:
19
- name: Install Swift
20
- uses: vapor/swiftly-action@v0.1
+ uses: vapor/swiftly-action@v0.2
21
with:
22
toolchain: ${{ matrix.toolchain }}
23
env:
.github/workflows/soundness.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Checkout repository
34
uses: actions/checkout@v4
35
36
37
38
toolchain: latest
39
.github/workflows/unit-test.yaml
0 commit comments