File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050 os : [ubuntu-latest, macos-latest]
5151
5252 steps :
53- - uses : actions/checkout@v4.2.2
53+ - uses : actions/checkout@v5.0.0
5454 with :
5555 fetch-depth : 0
5656 fetch-tags : true
6767 name : Build source distribution
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@v4.2.2
70+ - uses : actions/checkout@v5.0.0
7171 with :
7272 fetch-depth : 0
7373 fetch-tags : true
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout Source
28- uses : actions/checkout@v4.2.2
28+ uses : actions/checkout@v5.0.0
2929
3030 - name : Set up Python
3131 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout source
14- uses : actions/checkout@v4.2.2
14+ uses : actions/checkout@v5.0.0
1515
1616 - name : Cache pre-commit
1717 uses : actions/cache@v4
Original file line number Diff line number Diff line change 4343
4444 steps :
4545 - name : Checkout Source
46- uses : actions/checkout@v4.2.2
46+ uses : actions/checkout@v5.0.0
4747 with :
4848 fetch-depth : 0
4949 fetch-tags : true
You can’t perform that action at this time.
0 commit comments