Skip to content

Commit

Permalink
v5 instead of v3 setup python action
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Jenness <[email protected]>
  • Loading branch information
bbrondel and timj committed Jul 22, 2024
1 parent 34ed60b commit 2b92bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
Expand Down

0 comments on commit 2b92bf5

Please sign in to comment.