Skip to content

Commit

Permalink
Update actions/setup-python to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ginolatorilla committed Feb 22, 2022
1 parent 4022e83 commit 2855ca9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{matrix.python-version}}
- uses: dschep/install-pipenv-action@v1
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{matrix.python-version}}
- uses: dschep/install-pipenv-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{matrix.python-version}}
- uses: dschep/install-pipenv-action@v1
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{matrix.python-version}}
- uses: dschep/install-pipenv-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{matrix.python-version}}
- uses: dschep/install-pipenv-action@v1
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{matrix.python-version}}
- uses: dschep/install-pipenv-action@v1
Expand Down

0 comments on commit 2855ca9

Please sign in to comment.