Skip to content

Commit 76dbe63

Browse files
committed
ci: bump action versions — checkout@v6, setup-uv@v7, setup-python@v6
1 parent df808c6 commit 76dbe63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
name: Deploy docs to GitHub Pages
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424

25-
- uses: astral-sh/setup-uv@v5
25+
- uses: astral-sh/setup-uv@v7
2626
with:
2727
python-version: "3.12"
2828

0 commit comments

Comments
 (0)