Skip to content

Commit

Permalink
Upgrade GitHub Action Setup Python
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 27, 2022
1 parent ed8309e commit b66d6ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2

- name: set up python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v2

- name: set up python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '3.10'

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- uses: actions/checkout@v2

- name: set up python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '3.9'

Expand Down

0 comments on commit b66d6ad

Please sign in to comment.