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 1414 should-release : ${{ steps.package.outputs.version != steps.swc.outputs.version }}
1515 version : ${{ steps.swc.outputs.version }}
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : jdx/mise-action@v3
1919 - run : pnpm i
2020 - name : Get current package version
3636 RUST_LOG : debug
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
4040 with :
4141 fetch-depth : 0 # Need history for changelog generation
4242 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 2222 run : |
2323 git config --system core.autocrlf false
2424 git config --system core.eol lf
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - uses : actions/cache@v4
2727 with :
2828 path : |
You can’t perform that action at this time.
0 commit comments