File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
27
27
with :
28
28
fetch-depth : 0
29
- - uses : jdx/mise-action@v2
29
+ - uses : jdx/mise-action@v3
30
30
with :
31
31
experimental : true
32
32
- name : Check if there are releasable changes
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
runs-on : macos-latest
22
22
steps :
23
23
- uses : actions/checkout@v3
24
- - uses : jdx/mise-action@v2
24
+ - uses : jdx/mise-action@v3
25
25
- name : Build
26
26
run : mise run build
27
27
build-linux :
28
28
name : Build (Linux)
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- uses : actions/checkout@v3
32
- - uses : jdx/mise-action@v2
32
+ - uses : jdx/mise-action@v3
33
33
34
34
- name : Build
35
35
run : swift build --configuration release
38
38
runs-on : macos-latest
39
39
steps :
40
40
- uses : actions/checkout@v3
41
- - uses : jdx/mise-action@v2
41
+ - uses : jdx/mise-action@v3
42
42
- name : Run tests
43
43
run : mise run test
44
44
47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- uses : actions/checkout@v3
50
- - uses : jdx/mise-action@v2
50
+ - uses : jdx/mise-action@v3
51
51
52
52
- run : |
53
53
git config --global user.email '[email protected] '
61
61
runs-on : macos-latest
62
62
steps :
63
63
- uses : actions/checkout@v3
64
- - uses : jdx/mise-action@v2
64
+ - uses : jdx/mise-action@v3
65
65
- run : mise run lint
You can’t perform that action at this time.
0 commit comments