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 2626 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727 with :
2828 fetch-depth : 0
29- - uses : jdx/mise-action@v3
29+ - uses : jdx/mise-action@v4
3030 with :
3131 experimental : true
3232 - name : Check if there are releasable changes
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 runs-on : macos-latest
2222 steps :
2323 - uses : actions/checkout@v6
24- - uses : jdx/mise-action@v3
24+ - uses : jdx/mise-action@v4
2525 - name : Build
2626 run : mise run build
2727 build-linux :
2828 name : Build (Linux)
2929 runs-on : ubuntu-latest
3030 steps :
3131 - uses : actions/checkout@v6
32- - uses : jdx/mise-action@v3
32+ - uses : jdx/mise-action@v4
3333 - run : mise use swift@6.0.2
3434 - name : Build
3535 run : swift build --configuration release
3838 runs-on : macos-latest
3939 steps :
4040 - uses : actions/checkout@v6
41- - uses : jdx/mise-action@v3
41+ - uses : jdx/mise-action@v4
4242 - name : Run tests
4343 run : mise run test
4444
4747 runs-on : ubuntu-latest
4848 steps :
4949 - uses : actions/checkout@v6
50- - uses : jdx/mise-action@v3
50+ - uses : jdx/mise-action@v4
5151 - run : mise use swift@6.0.2
5252 - run : |
5353 git config --global user.email 'xcodeproj@tuist.dev'
6161 runs-on : macos-latest
6262 steps :
6363 - uses : actions/checkout@v6
64- - uses : jdx/mise-action@v3
64+ - uses : jdx/mise-action@v4
6565 - run : mise run lint
You can’t perform that action at this time.
0 commit comments