File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0 # Need history for changelog generation
21- - uses : jdx/mise-action@v2
21+ - uses : jdx/mise-action@v3
2222 - run : pnpm i
2323 - run : pnpm run build
2424 # We need to make sure the checked-in `index.js` actually matches what we expect it to be.
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- - uses : jdx/mise-action@v2
13+ - uses : jdx/mise-action@v3
1414 - run : pnpm i
1515 - name : build
1616 run : pnpm run build:types
3232 runs-on : ubuntu-latest
3333 steps :
3434 - uses : actions/checkout@v4
35- - uses : jdx/mise-action@v2
35+ - uses : jdx/mise-action@v3
3636 - run : pnpm i
3737 - name : test
3838 run : pnpm run test:coverage
You can’t perform that action at this time.
0 commit comments