File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ name: Comment
24
24
runs :
25
25
steps :
26
26
- name : Setup Swift
27
- uses : swift-actions/setup-swift @v2
27
+ uses : jdx/mise-action @v2
28
28
with :
29
- swift-version : 5
29
+ mise_toml : ' [tools]\nswift = "5"\n[settings]\nexperimental = true\n '
30
30
- name : Create Mintfile
31
31
run : echo Wei18/GitHubSwiftActions@${{ inputs.action_ref }} > ${{ github.action_path }}/Mintfile
32
32
shell : bash
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ name: Release
21
21
runs :
22
22
steps :
23
23
- name : Setup Swift
24
- uses : swift-actions/setup-swift @v2
24
+ uses : jdx/mise-action @v2
25
25
with :
26
- swift-version : 5
26
+ mise_toml : ' [tools]\nswift = "5"\n[settings]\nexperimental = true\n '
27
27
- name : Create Mintfile
28
28
run : echo Wei18/GitHubSwiftActions@${{ inputs.action_ref }} > ${{ github.action_path }}/Mintfile
29
29
shell : bash
Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ private struct SetUpActionFactory {
82
82
let action : [ [ String : Any ] ] = [
83
83
[
84
84
" name " : " Setup Swift " ,
85
- " uses " : " swift-actions/setup-swift @v2" ,
85
+ " uses " : " jdx/mise-action @v2" ,
86
86
" with " : [
87
- " swift-version " : 5 ,
87
+ " mise_toml " : #"[tools]\nswift = "5"\n[settings]\nexperimental = true\n"# ,
88
88
] ,
89
89
] ,
90
90
[
You can’t perform that action at this time.
0 commit comments