File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 DISABLE_MPS : ${{ matrix.os == 'macOS-14' && '1' || '0' }}
5151
5252 steps :
53- - uses : actions/checkout@v5
53+ - uses : actions/checkout@v6
5454 - uses : actions/setup-python@v6
5555 with :
5656 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 3939 DISABLE_MPS : ${{ matrix.os == 'macOS-14' && '1' || '0' }}
4040
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - name : Set up Python ${{ matrix.python-version }}
4444 uses : actions/setup-python@v6
4545 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check out code
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313
1414 - name : Cleanup
1515 run : |
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 needs : build-docs
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5 # deploy needs git credentials
18+ - uses : actions/checkout@v6 # deploy needs git credentials
1919 - name : Download prepared docs
20- uses : actions/download-artifact@v5
20+ uses : actions/download-artifact@v7
2121 with :
2222 name : docs-html-${{ github.sha }}
2323 path : docs/build/html
2424
2525 - name : Deploy 🚀
26- uses : JamesIves/github-pages-deploy-action@v4.7.3
26+ uses : JamesIves/github-pages-deploy-action@v4.8.0
2727 if : ${{ github.event_name == 'push' }}
2828 with :
2929 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-22.04
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.10"
You can’t perform that action at this time.
0 commit comments