Skip to content

Commit

Permalink
fix(ci): correct config for setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnell committed May 6, 2022
1 parent 2ab320d commit 6e47986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Setup Python 3.9
id: cache
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.9'
cache: 'poetry'
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Setup Python 3.9
id: cache
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.9'
cache: 'poetry'
Expand Down

0 comments on commit 6e47986

Please sign in to comment.