File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ${{ matrix.os }}
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030
3131 - name : Free Disk Space (Ubuntu)
3232 uses : jlumbroso/free-disk-space@main
4040 swap-storage : false
4141
4242 - name : Set up Python ${{ matrix.python }}
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python }}
4646 cache : " pip"
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-22.04 # "ubuntu-24.04" # Postponed as long as testing against CUDA 12.1, needs 12.6+
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626
2727 - name : Free Disk Space (Ubuntu)
2828 uses : jlumbroso/free-disk-space@main
3636 swap-storage : false
3737
3838 - name : Set up Python
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : " 3.13"
4242 cache : " pip"
7575 contents : write
7676
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979
80- - uses : actions/download-artifact@v4
80+ - uses : actions/download-artifact@v5
8181 with :
8282 name : Docs HTML
8383 path : build/docs/html
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 runs-on : ubuntu-24.04
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Set up Python ${{ matrix.python }}
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python }}
3232 cache : " pip"
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-24.04
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626
2727 - uses : hynek/build-and-inspect-python-package@v2
2828
4242 id-token : write
4343
4444 steps :
45- - uses : actions/download-artifact@v4
45+ - uses : actions/download-artifact@v5
4646 with :
4747 name : Packages
4848 path : dist
6767 id-token : write
6868
6969 steps :
70- - uses : actions/download-artifact@v4
70+ - uses : actions/download-artifact@v5
7171 with :
7272 name : Packages
7373 path : dist
You can’t perform that action at this time.
0 commit comments