File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 0
2929
Original file line number Diff line number Diff line change 1212 test-and-lint :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : Set up Python
1818 uses : actions/setup-python@v6
4040 documentation :
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v6
4444
4545 - name : Check required files
4646 run : |
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - uses : actions/setup-python@v6
2626 with :
Original file line number Diff line number Diff line change 1414 build-and-publish :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Set up Python
2020 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2020 python-version : ["3.13"]
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - name : Set up Python ${{ matrix.python-version }}
2626 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments