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
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout codebase
30
- uses : actions/checkout@f90c7b395dac7c5a277c1a6d93d5057c1cddb74e
30
+ uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
31
31
- name : Set up Python
32
- uses : actions/setup-python@9ac730844c47e52575257e93faf193c4530bc095
32
+ uses : actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
33
33
with :
34
34
python-version : ' 3.8'
35
35
- name : Install PlatformIO
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@f90c7b395dac7c5a277c1a6d93d5057c1cddb74e
30
+ uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
31
31
- name : Set up Python
32
- uses : actions/setup-python@9ac730844c47e52575257e93faf193c4530bc095
32
+ uses : actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
33
33
with :
34
34
python-version : ' 3.8'
35
35
- name : Install PlatformIO
43
43
if : " contains( github.event.pull_request.labels.*.name, 'CI: Build Examples' )"
44
44
steps :
45
45
- name : Remove Label from PR
46
- uses : octokit/request-action@57ec46afcc4c58c813af3afe67e57ced1ea9f165
46
+ uses : octokit/request-action@91508edec0a9561c2fefb9282491ced243bed312
47
47
with :
48
48
route : DELETE /repos/:repository/issues/:issue_number/labels/:name
49
49
repository : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments