Skip to content

Commit 1e3dc82

Browse files
authored
Merge pull request #654 from arduino/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 868c6cc + 3c13f78 commit 1e3dc82

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/check-mkdocs-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
go-version: ${{ env.GO_VERSION }}
5151

5252
- name: Install Python
53-
uses: actions/setup-python@v4
53+
uses: actions/setup-python@v5
5454
with:
5555
python-version: ${{ env.PYTHON_VERSION }}
5656

.github/workflows/check-python-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v4
4242

4343
- name: Install Python
44-
uses: actions/setup-python@v4
44+
uses: actions/setup-python@v5
4545
with:
4646
python-version: ${{ env.PYTHON_VERSION }}
4747

@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v4
7171

7272
- name: Install Python
73-
uses: actions/setup-python@v4
73+
uses: actions/setup-python@v5
7474
with:
7575
python-version: ${{ env.PYTHON_VERSION }}
7676

.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
go-version: ${{ env.GO_VERSION }}
6666

6767
- name: Install Python
68-
uses: actions/setup-python@v4
68+
uses: actions/setup-python@v5
6969
with:
7070
python-version: ${{ env.PYTHON_VERSION }}
7171

.github/workflows/spell-check-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Install Python
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ env.PYTHON_VERSION }}
3232

.github/workflows/test-go-integration-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
go-version: ${{ env.GO_VERSION }}
8484

8585
- name: Install Python
86-
uses: actions/setup-python@v4
86+
uses: actions/setup-python@v5
8787
with:
8888
python-version: ${{ env.PYTHON_VERSION }}
8989

0 commit comments

Comments
 (0)