File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " /home/runner/work/cookiecutter-scverse/cookiecutter-scverse" ,
3- "commit" : " c9d52d04e146e655f203624ab4f46df868ec5752 " ,
3+ "commit" : " c7e8af32dc5dfa5cde41d1a699268428c88a2385 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3636 "trim_blocks" : true
3737 },
3838 "_template" : " /home/runner/work/cookiecutter-scverse/cookiecutter-scverse" ,
39- "_commit" : " c9d52d04e146e655f203624ab4f46df868ec5752 "
39+ "_commit" : " c7e8af32dc5dfa5cde41d1a699268428c88a2385 "
4040 }
4141 },
4242 "directory" : null
Original file line number Diff line number Diff line change 1414 package :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 filter : blob:none
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 1515 permissions :
1616 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 with :
2020 filter : blob:none
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 2323 outputs :
2424 envs : ${{ steps.get-envs.outputs.envs }}
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 with :
2828 filter : blob:none
2929 fetch-depth : 0
6060 continue-on-error : ${{ contains(matrix.env.name, 'pre') }} # make "all-green" pass even if pre-release job fails
6161
6262 steps :
63- - uses : actions/checkout@v5
63+ - uses : actions/checkout@v6
6464 with :
6565 filter : blob:none
6666 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments