1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-31 01:03:09 +03:00

Merge pull request #3713 from arduino/dependabot/github_actions/production/actions/setup-python-5

Bump actions/setup-python from 4 to 5
This commit is contained in:
per1234
2023-12-06 19:56:18 -08:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
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@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}