File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 runs-on : larger
1717 steps :
1818 - name : Checkout Code
19- uses : actions/checkout@v4.2.0
19+ uses : actions/checkout@v4.2.1
2020
2121 - name : Unshallow
2222 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.2.0
34+ uses : actions/checkout@v4.2.1
3535 with :
3636 fetch-depth : 0
3737
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4.2.0
12+ uses : actions/checkout@v4.2.1
1313 with :
1414 fetch-depth : 0
1515
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4.2.0
29+ uses : actions/checkout@v4.2.1
3030
3131 - name : Install Python
3232 uses : actions/setup-python@v5
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@v4.2.0
55+ uses : actions/checkout@v4.2.1
5656
5757 - name : Install hatch
5858 run : pip install hatch==$HATCH_VERSION
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.2.0
18+ - uses : actions/checkout@v4.2.1
1919
2020 - uses : actions/setup-python@v5
2121 with :
You can’t perform that action at this time.
0 commit comments