Skip to content

Commit ebd509d

Browse files
authored
Merge pull request #6899 from arduino/dependabot/github_actions/production/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents ae73541 + e4efcad commit ebd509d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v5
6868

6969
- name: Install Python
70-
uses: actions/setup-python@v5
70+
uses: actions/setup-python@v6
7171
with:
7272
python-version: ${{ env.PYTHON_VERSION }}
7373

0 commit comments

Comments
 (0)