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 @@ -22,10 +22,10 @@ jobs:
2222 runs-on : ubuntu-24.04
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.13"
3131 cache : " pip"
5858 contents : write
5959
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262
63- - uses : actions/download-artifact@v4
63+ - uses : actions/download-artifact@v5
6464 with :
6565 name : Docs HTML
6666 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
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 runs-on : ${{ matrix.os }}
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828
2929 - name : Set up Python ${{ matrix.python }}
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ matrix.python }}
3333 cache : " pip"
You can’t perform that action at this time.
0 commit comments