File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v6
2424 - run : sudo xcode-select -s /Applications/Xcode_16.3.app
25- - uses : jdx/mise-action@v3
25+ - uses : jdx/mise-action@v4
2626 - name : Run
2727 run : mise run build-spm
2828
3131 runs-on : ubuntu-latest
3232 steps :
3333 - uses : actions/checkout@v6
34- - uses : jdx/mise-action@v3
34+ - uses : jdx/mise-action@v4
3535 - name : Run
3636 run : mise run build-linux
3737
4141 steps :
4242 - uses : actions/checkout@v6
4343 - run : sudo xcode-select -s /Applications/Xcode_16.3.app
44- - uses : jdx/mise-action@v3
44+ - uses : jdx/mise-action@v4
4545 - name : Run
4646 run : mise run test-spm
4747
5050 runs-on : ubuntu-latest
5151 steps :
5252 - uses : actions/checkout@v6
53- - uses : jdx/mise-action@v3
53+ - uses : jdx/mise-action@v4
5454 - name : Run
5555 run : mise run test-linux
5656
9090 steps :
9191 - uses : actions/checkout@v6
9292 - run : sudo xcode-select -s /Applications/Xcode_16.3.app
93- - uses : jdx/mise-action@v3
93+ - uses : jdx/mise-action@v4
9494 - name : Run
9595 run : mise run lint
Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030 with :
3131 fetch-depth : 0
32- - uses : jdx/mise-action@v3
32+ - uses : jdx/mise-action@v4
3333 with :
3434 experimental : true
3535 - name : Check if there are releasable changes
You can’t perform that action at this time.
0 commit comments