Skip to content

Commit

Permalink
Merge pull request #4 from cognitivegears/renovate/actions-setup-pyth…
Browse files Browse the repository at this point in the history
…on-2.x

Update actions/setup-python action to v2
  • Loading branch information
cognitivegears authored Dec 19, 2021
2 parents 0e051fd + b95c442 commit 741a2e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tr '_' '-'
)
- name: Set up Python 3.6
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Versions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
tr '_' '-'
)
- name: Set up Python 3.6
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Versions
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
echo ::set-output name=setup-py::$( find . -wholename './setup.py' )
- name: Set up Python
if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit 741a2e9

Please sign in to comment.