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 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1414 with :
1515 ref : ${{ github.event.pull_request.head.sha }}
1616 fetch-depth : 0
6161 os : ubuntu-20.04
6262 extra-deps : " 'virtualenv<20.22.0'"
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6565 - uses : actions/setup-python@v5
6666 with :
6767 # >= 3.11 to ensure there's a recent one to run nox with
Original file line number Diff line number Diff line change 2323 needs : release_please
2424 if : needs.release_please.outputs.release_created
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2727 with :
2828 ref : ${{ needs.release_please.outputs.sha }}
2929 - uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments