fix(deps): bump actions/setup-python from 2 to 3 (#29)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-02-28 19:25:25 +01:00
committed by GitHub
parent 5a7f7d46a5
commit c62528f577
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ jobs:
with:
token: ${{ steps.generate_token.outputs.token }}
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: "${{ env.PYTHON_VERSION }}"