Skip to content

Commit e4d2815

Browse files
authored
Merge pull request #141 from arduino/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 207cdf9 + 58adc5c commit e4d2815

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v5
6262

6363
- name: Install Python
64-
uses: actions/setup-python@v5
64+
uses: actions/setup-python@v6
6565
with:
6666
python-version: ${{ env.PYTHON_VERSION }}
6767

@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@v5
8787

8888
- name: Install Python
89-
uses: actions/setup-python@v5
89+
uses: actions/setup-python@v6
9090
with:
9191
python-version: ${{ env.PYTHON_VERSION }}
9292

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v5
7676

7777
- name: Install Python
78-
uses: actions/setup-python@v5
78+
uses: actions/setup-python@v6
7979
with:
8080
python-version: ${{ env.PYTHON_VERSION }}
8181

@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@v5
104104

105105
- name: Install Python
106-
uses: actions/setup-python@v5
106+
uses: actions/setup-python@v6
107107
with:
108108
python-version: ${{ env.PYTHON_VERSION }}
109109

@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/checkout@v5
132132

133133
- name: Install Python
134-
uses: actions/setup-python@v5
134+
uses: actions/setup-python@v6
135135
with:
136136
python-version: ${{ env.PYTHON_VERSION }}
137137

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v5
5454

5555
- name: Install Python
56-
uses: actions/setup-python@v5
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: ${{ env.PYTHON_VERSION }}
5959

.github/workflows/test-python-poetry-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@v5
7878

7979
- name: Install Python
80-
uses: actions/setup-python@v5
80+
uses: actions/setup-python@v6
8181
with:
8282
python-version: ${{ env.PYTHON_VERSION }}
8383

0 commit comments

Comments
 (0)