File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 build-release :
2323 runs-on : ubuntu-22.04
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - uses : actions/setup-python@v6
2727 with :
2828 python-version : 3.11
Original file line number Diff line number Diff line change 1919 test-docs :
2020 runs-on : ubuntu-24.04
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 # make rediraffecheckdiff requires git history to compare current
2525 # commit with the main branch and previous releases.
Original file line number Diff line number Diff line change 4848 runs_on : windows-2022
4949
5050 steps :
51- - uses : actions/checkout@v5
51+ - uses : actions/checkout@v6
5252
5353 - name : Get Docker infos
5454 run : |
Original file line number Diff line number Diff line change 5050 pre : pre
5151
5252 steps :
53- - uses : actions/checkout@v5
53+ - uses : actions/checkout@v6
5454
5555 - name : Cache conda environment
5656 uses : actions/cache@v5
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Log in to the Container registry
2525 uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments