Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 19, 2021
1 parent 6806749 commit 0dbb4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
python-verison: ['3.9']
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand All @@ -41,7 +41,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand Down

0 comments on commit 0dbb4fe

Please sign in to comment.