File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 contents : write
1515 steps :
1616 - name : Check out repository
17- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
17+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1818 with :
1919 persist-credentials : true # Needed to push the tag
2020
Original file line number Diff line number Diff line change 4141 if : needs.check-pr-exists.outputs.pr_exists == 'false' # Run only if no PR exists
4242 steps :
4343 - name : Check out repository (shallow)
44- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
44+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4545 with :
4646 fetch-depth : 1 # Shallow clone to save time
4747 persist-credentials : true # Needed to push the update
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929
3030 steps :
31- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
31+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3232 with :
3333 persist-credentials : false
3434
Original file line number Diff line number Diff line change 3030 container :
3131 image : ${{ matrix.use-container && format('python:{0}', matrix.python-version) || '' }} # zizmor: ignore[unpinned-images]
3232 steps :
33- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
33+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3434 with :
3535 persist-credentials : false
3636 - if : ${{ !matrix.use-container }}
5656 TOXENV : ${{ matrix.toxenv }}
5757
5858 steps :
59- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
59+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6060 with :
6161 persist-credentials : false
6262 - name : ${{ matrix.toxenv }}
You can’t perform that action at this time.
0 commit comments