Skip to content

Commit e154929

Browse files
authored
Merge pull request #334 from arduino/dependabot/github_actions/actions/setup-python-3
build(deps): bump actions/setup-python from 2 to 3
2 parents 1d528f3 + bb33425 commit e154929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v2
2525

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

0 commit comments

Comments
 (0)