Skip to content

Commit

Permalink
Update setup python acton version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleberti committed Jan 20, 2024
1 parent bf066d7 commit 4e48e81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- uses: pre-commit/[email protected]
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand All @@ -52,9 +52,9 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: 3.9

- name: Install doc dependencies
run: |
Expand Down

0 comments on commit 4e48e81

Please sign in to comment.