1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-28 19:01:25 +03:00

Merge pull request #1130 from arduino/dependabot/github_actions/production/actions/setup-python-3

Bump actions/setup-python from 2 to 3
This commit is contained in:
per1234 2022-02-28 19:19:00 -08:00 committed by GitHub
commit 57c9daf82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ env.PYTHON_VERSION }}
@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ env.PYTHON_VERSION }}

View File

@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ env.PYTHON_VERSION }}

View File

@ -46,7 +46,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ env.PYTHON_VERSION }}