File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
with :
11
11
python-version : " 3.x"
12
12
- name : Checkout Current Repo
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
15
15
- name : check SPDX licensing
16
16
run : python ./SPDX.py
26
26
- uses : actions/setup-python@v4
27
27
with :
28
28
python-version : " 3.x"
29
- - uses : actions/checkout@v2
30
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v3
31
31
with :
32
32
repository : adafruit/ci-arduino
33
33
path : ci
56
56
57
57
58
58
- name : Upload build artifacts
59
- uses : actions/upload-artifact@v2
59
+ uses : actions/upload-artifact@v3
60
60
with :
61
61
name : ${{ github.event.repository.name }}.${{ github.sha }}
62
62
path : |
98
98
run : |
99
99
pip install --force-reinstall pylint==2.7.1
100
100
- name : Checkout Current Repo
101
- uses : actions/checkout@v2
101
+ uses : actions/checkout@v3
102
102
103
103
- name : lint
104
104
run : ./pylint_check.sh
Original file line number Diff line number Diff line change 8
8
branches : [main]
9
9
10
10
concurrency :
11
- group : folder-images
11
+ group : folder-images-concurrency # https://github.com/adafruit/Adafruit_Learning_System_Guides/issues/2327
12
12
cancel-in-progress : true
13
13
14
14
jobs :
21
21
GITHUB_CONTEXT : ${{ toJson(github) }}
22
22
run : echo "$GITHUB_CONTEXT"
23
23
24
- - uses : actions/checkout@v2.2.0
24
+ - uses : actions/checkout@v3
25
25
26
26
- name : Set up Python 3.x
27
27
uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments