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

@@ -46,7 +46,7 @@ jobs:
- name: Git Checkout - name: Git Checkout
uses: actions/checkout@v2 #https://github.com/actions/checkout uses: actions/checkout@v2 #https://github.com/actions/checkout
- uses: actions/setup-python@v2 - uses: actions/setup-python@v3
with: with:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"

View File

@@ -37,7 +37,7 @@ jobs:
- name: Git Checkout - name: Git Checkout
uses: actions/checkout@v2 #https://github.com/actions/checkout uses: actions/checkout@v2 #https://github.com/actions/checkout
- uses: actions/setup-python@v2 - uses: actions/setup-python@v3
with: with:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"

View File

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