Skip to content

Commit

Permalink
updated python-test GitHub action; actions moved to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Nov 4, 2022
1 parent d338333 commit 6e7b642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: ['3.7', '3.8', '3.9', '3.10']

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6e7b642

Please sign in to comment.