Skip to content

Commit 3635fb3

Browse files
committed
Update docs workflow
1 parent 30ee0e6 commit 3635fb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v6
1111

12-
- uses: actions/setup-python@v4
12+
- uses: actions/setup-python@v6
1313
with:
14-
python-version: 3.9
14+
python-version: 3.14
1515
cache: pip
1616
cache-dependency-path: setup.py
1717

0 commit comments

Comments
 (0)