File tree Expand file tree Collapse file tree 7 files changed +24
-24
lines changed Expand file tree Collapse file tree 7 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 strategy :
1818 fail-fast : false
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Set up Python 3.11
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : 3.11
2525 - name : Install uv
26- uses : astral-sh/setup-uv@v4
26+ uses : astral-sh/setup-uv@v7
2727 with :
2828 version : " latest"
2929 enable-cache : true
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030 runs-on : ubuntu-latest-8-cores
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 - name : Set up Python
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : 3.x
3838 - name : Install uv
39- uses : astral-sh/setup-uv@v4
39+ uses : astral-sh/setup-uv@v7
4040 with :
4141 version : " latest"
4242 enable-cache : true
5757 # Add CNAME for custom domain
5858 echo "python.api.docs.zoo.dev" > docs/html/CNAME
5959 - name : Setup Pages
60- uses : actions/configure-pages@v4
60+ uses : actions/configure-pages@v5
6161 - name : Upload artifact
62- uses : actions/upload-pages-artifact@v3
62+ uses : actions/upload-pages-artifact@v4
6363 with :
6464 path : docs/html
6565 # Deploy job (only on main branch pushes)
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 if : ${{ github.event.pull_request.head.repo.full_name == github.repository }}
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 ref : ${{ github.event.pull_request.head.ref }}
2121 - name : Set up Python
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.13'
2525 - name : Install uv
26- uses : astral-sh/setup-uv@v4
26+ uses : astral-sh/setup-uv@v7
2727 with :
2828 version : " latest"
2929 enable-cache : true
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 name : make-release
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
14- - uses : actions/setup-python@v5
13+ - uses : actions/checkout@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : ' 3.x'
1717 - name : Install uv
18- uses : astral-sh/setup-uv@v4
18+ uses : astral-sh/setup-uv@v7
1919 with :
2020 version : " latest"
2121 enable-cache : true
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 mypy :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.x'
2020
2121 - name : Install uv
22- uses : astral-sh/setup-uv@v4
22+ uses : astral-sh/setup-uv@v7
2323 with :
2424 version : " latest"
2525 enable-cache : true
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 ruff :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.x'
2020
2121 - name : Install uv
22- uses : astral-sh/setup-uv@v4
22+ uses : astral-sh/setup-uv@v7
2323 with :
2424 version : " latest"
2525 enable-cache : true
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 app-id : ${{ secrets.GH_ORG_APP_ID }}
2323 private-key : ${{ secrets.GH_ORG_APP_PRIVATE_KEY }}
2424 owner : ${{ github.repository_owner }}
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : 3.x
3030 - name : Install uv
31- uses : astral-sh/setup-uv@v4
31+ uses : astral-sh/setup-uv@v7
3232 with :
3333 version : " latest"
3434 enable-cache : true
5353 echo "No files changed, proceeding";
5454 fi
5555 # Checkout the docs repo since we will want to update the files there.
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 with :
5858 repository : ' kittycad/website'
5959 path : ' docs'
You can’t perform that action at this time.
0 commit comments