Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Apr 10, 2024
1 parent d9458e0 commit cdffae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Expand Up @@ -14,13 +14,13 @@ jobs:
name: Release Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
cache: "pip"
cache-dependency-path: "./docs/scripts/requirements.txt"

Expand Down

0 comments on commit cdffae5

Please sign in to comment.