Skip to content

Commit 78887e7

Browse files
authored
Merge pull request #72 from arduino/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 4aed794 + af40f38 commit 78887e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v4
9797

9898
- name: Install Python
99-
uses: actions/setup-python@v4
99+
uses: actions/setup-python@v5
100100
with:
101101
python-version: ${{ env.PYTHON_VERSION }}
102102

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

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

0 commit comments

Comments
 (0)