Skip to content

Commit

Permalink
Merge pull request #448 from deNBI/deps/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update actions/setup-python action to v5
  • Loading branch information
dweinholz authored Jan 17, 2024
2 parents d46c36b + 7532753 commit ef04cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.11

Expand Down

0 comments on commit ef04cfd

Please sign in to comment.