Skip to content

Commit

Permalink
Fix deployment actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Jan 2, 2022
1 parent 4f63451 commit e5ee78b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Setup poetry
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Setup poetry
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Setup poetry
Expand Down

0 comments on commit e5ee78b

Please sign in to comment.