Skip to content

Commit 4da7be5

Browse files
authored
Merge pull request #20 from arduino/dependabot/github_actions/actions/setup-python-3
Bump actions/setup-python from 2 to 3
2 parents 1aebe86 + f6f04a7 commit 4da7be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libraries_report-size-deltas.yml

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

2727
- name: Set up Python
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v3
2929
with:
3030
python-version: '3.9.4'
3131

0 commit comments

Comments
 (0)