File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 runs-on : larger
2020 steps :
2121 - name : Checkout Code
22- uses : actions/checkout@v4.1.7
22+ uses : actions/checkout@v4.2.0
2323
2424 - name : Unshallow
2525 run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4.1.7
34+ uses : actions/checkout@v4.2.0
3535 with :
3636 fetch-depth : 0
3737
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4.1.7
26+ uses : actions/checkout@v4.2.0
2727
2828 - name : Install Python
2929 uses : actions/setup-python@v5
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v4.1.7
47+ uses : actions/checkout@v4.2.0
4848
4949 - name : Format all files
5050 run : |
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v4.1.7
61+ uses : actions/checkout@v4.2.0
6262 with :
6363 fetch-depth : 0
6464
Original file line number Diff line number Diff line change 1515 # Used to attach signing artifacts to the published release.
1616 contents : write
1717 steps :
18- - uses : actions/checkout@v4.1.7
18+ - uses : actions/checkout@v4.2.0
1919
2020 - uses : actions/setup-python@v5
2121 with :
You can’t perform that action at this time.
0 commit comments