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@v4
25+ - uses : actions/checkout@v5
2626 - uses : actions/setup-python@v5
2727 with :
2828 python-version : 3.11
Original file line number Diff line number Diff line change 1919 test-docs :
2020 runs-on : ubuntu-22.04
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
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@v4
51+ - uses : actions/checkout@v5
5252
5353 - name : Get Docker infos
5454 run : |
Original file line number Diff line number Diff line change 5252 pre : pre
5353
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656
5757 - name : Cache conda environment
5858 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
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