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 399d4d5 commit ad19026Copy full SHA for ad19026
.github/workflows/build-multi-platform-binary.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
with:
25
fetch-depth: 0
26
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- name: Select Swift Version
44
uses: ./.github/workflows/templates/select-swift-version/
0 commit comments