Skip to content

Commit 8bf491c

Browse files
authored
Merge pull request #957 from arduino/dependabot/github_actions/dot-github/workflows/actions/setup-python-6
Bump actions/setup-python from 5 to 6 in /.github/workflows
2 parents 675b943 + fe10398 commit 8bf491c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
go-version-file: go.mod
6868

6969
- name: Install Python
70-
uses: actions/setup-python@v5
70+
uses: actions/setup-python@v6
7171
with:
7272
python-version-file: pyproject.toml
7373

@@ -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

0 commit comments

Comments
 (0)