Skip to content

Commit 988ad26

Browse files
Update actions in docs workflow to match the other pipelines
Bump checkout to v7, setup-python to v6, and pin setup-uv to the same sha (v8.3.0) as ci.yml and benchmark.yml. Bump upload-pages-artifact and deploy-pages to v5. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 5aa2aac commit 988ad26

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v7
2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v6
23+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
2424
- name: Set up Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version-file: "pyproject.toml"
2828
- name: Install docs dependencies
2929
run: uv sync --only-group docs
3030
- name: Build docs
3131
run: uv run --no-sync mkdocs build
3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v3
33+
uses: actions/upload-pages-artifact@v5
3434
with:
3535
path: site
3636

@@ -43,4 +43,4 @@ jobs:
4343
steps:
4444
- name: Deploy to GitHub Pages
4545
id: deployment
46-
uses: actions/deploy-pages@v4
46+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)