Skip to content

Commit 3db6184

Browse files
authored
Merge pull request #185 from arduino/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents e88dcc4 + bcc977d commit 3db6184

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v5
5858

5959
- name: Install Python
60-
uses: actions/setup-python@v5
60+
uses: actions/setup-python@v6
6161
with:
6262
python-version-file: pyproject.toml
6363

@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@v5
8686

8787
- name: Install Python
88-
uses: actions/setup-python@v5
88+
uses: actions/setup-python@v6
8989
with:
9090
python-version-file: pyproject.toml
9191

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/checkout@v5
9696

9797
- name: Install Python
98-
uses: actions/setup-python@v5
98+
uses: actions/setup-python@v6
9999
with:
100100
python-version-file: pyproject.toml
101101

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v5
5050

5151
- name: Install Python
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version-file: pyproject.toml
5555

0 commit comments

Comments
 (0)