Skip to content

Commit

Permalink
build(deps): bump actions/setup-python from 1 to 2.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v1...v2.2.2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 9, 2021
1 parent d669ed8 commit 4b33c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- 3.8
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v2.3.4
with:
lfs: true # tests/resources/
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand Down

0 comments on commit 4b33c8f

Please sign in to comment.