File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 12
12
outputs :
13
13
answer : ${{ steps.is-needed.outputs.answer }}
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 2
18
18
- name : Check if run by adabot
@@ -65,11 +65,10 @@ jobs:
65
65
if : needs.check-if-needed.outputs.answer == 'true'
66
66
needs : check-if-needed
67
67
steps :
68
- - uses : actions/setup-python@v4
68
+ - uses : actions/setup-python@v5
69
69
with :
70
70
python-version : " 3.x"
71
- - uses : actions/checkout@v3
72
- - uses : actions/checkout@v3
71
+ - uses : actions/checkout@v4
73
72
with :
74
73
repository : adafruit/ci-arduino
75
74
path : ci
98
97
99
98
100
99
- name : Upload build artifacts
101
- uses : actions/upload-artifact@v3
100
+ uses : actions/upload-artifact@v4
102
101
with :
103
102
name : ${{ github.event.repository.name }}.${{ github.sha }}
104
103
path : |
Original file line number Diff line number Diff line change 6
6
spdx :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/setup-python@v4
9
+ - uses : actions/setup-python@v5
10
10
with :
11
11
python-version : " 3.x"
12
12
- name : Checkout Current Repo
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : check SPDX licensing
16
16
run : python ./SPDX.py
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Set up Python 3.10
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : " 3.10"
25
25
- name : Versions
29
29
run : |
30
30
pip install --force-reinstall pylint==2.7.1
31
31
- name : Checkout Current Repo
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
34
- name : lint
35
35
run : ./pylint_check.sh
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
GITHUB_CONTEXT : ${{ toJson(github) }}
22
22
run : echo "$GITHUB_CONTEXT"
23
23
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
26
26
- name : Set up Python 3.x
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : " 3.x"
30
30
You can’t perform that action at this time.
0 commit comments