File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout codebase
30
- uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
30
+ uses : actions/checkout@v3
31
31
- name : Set up Python
32
- uses : actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
32
+ uses : actions/setup-python@v4
33
33
with :
34
- python-version : ' 3.8 '
34
+ python-version : ' 3.10 '
35
35
- name : Install PlatformIO
36
36
run : |
37
37
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 27
27
if : " contains( github.event.pull_request.labels.*.name, 'CI: Build Examples' )"
28
28
steps :
29
29
- name : Checkout codebase
30
- uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
30
+ uses : actions/checkout@v3
31
31
- name : Set up Python
32
- uses : actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
32
+ uses : actions/setup-python@v4
33
33
with :
34
34
python-version : ' 3.8'
35
35
- name : Install PlatformIO
You can’t perform that action at this time.
0 commit comments