File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3030 steps :
3131 - uses : actions/checkout@v5.0.0
3232 - name : Install uv
33- uses : astral-sh/setup-uv@v6
33+ uses : astral-sh/setup-uv@v7
3434 with :
3535 # Install a specific version of uv.
3636 version : " 0.5.21"
Original file line number Diff line number Diff line change 5656 fetch-depth : 0 # Fetch all history for proper versioning
5757
5858 - name : Install uv
59- uses : astral-sh/setup-uv@v6
59+ uses : astral-sh/setup-uv@v7
6060 with :
6161 version : " 0.5.21"
6262 enable-cache : true
7676 run : touch site/.nojekyll
7777
7878 - name : Upload artifact
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v5
8080 with :
8181 name : docs-site
8282 path : site/
9393 fetch-depth : 0 # Fetch all history for proper versioning
9494
9595 - name : Install uv
96- uses : astral-sh/setup-uv@v6
96+ uses : astral-sh/setup-uv@v7
9797 with :
9898 version : " 0.5.21"
9999 enable-cache : true
@@ -112,7 +112,7 @@ jobs:
112112 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
113113
114114 - name : Download artifact
115- uses : actions/download-artifact@v5
115+ uses : actions/download-artifact@v6
116116 with :
117117 name : docs-site
118118 path : site
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v5.0.0
1717
1818 - name : Install uv
19- uses : astral-sh/setup-uv@v6
19+ uses : astral-sh/setup-uv@v7
2020 with :
2121 version : " 0.6.6"
2222 enable-cache : true
Original file line number Diff line number Diff line change 4646 - uses : actions/checkout@v5.0.0
4747
4848 - name : Install uv
49- uses : astral-sh/setup-uv@v6
49+ uses : astral-sh/setup-uv@v7
5050 with :
5151 # Install a specific version of uv.
5252 version : " 0.5.21"
Original file line number Diff line number Diff line change 1717 - id : check-toml
1818
1919 - repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : ' v0.13.2 '
20+ rev : ' v0.14.3 '
2121 hooks :
2222 - id : ruff
2323 args : [--fix, --exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments