Skip to content

Commit dc8b4fd

Browse files
authored
Merge pull request #24 from arduino/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents a9843c4 + 3087da3 commit dc8b4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626

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

0 commit comments

Comments
 (0)