Skip to content

Commit

Permalink
use setup-python@v3 action in documentation workflow
Browse files Browse the repository at this point in the history
For some reason, we use setup-python@v3 in all workflows, except the documentation one, which still had v2.
  • Loading branch information
egpbos committed Oct 20, 2023
1 parent e24c0aa commit 0635bcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Python info
Expand Down

0 comments on commit 0635bcd

Please sign in to comment.