File tree Expand file tree Collapse file tree 5 files changed +9
-29
lines changed Expand file tree Collapse file tree 5 files changed +9
-29
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,14 @@ jobs:
33
33
- 6379/tcp
34
34
options : --entrypoint redis-server
35
35
steps :
36
- - name : Dump GitHub context
37
- env :
38
- GITHUB_CONTEXT : ${{ toJson(github) }}
39
- run : echo "$GITHUB_CONTEXT"
40
36
- name : Set up Python 3.9
41
- uses : actions/setup-python@v1
37
+ uses : actions/setup-python@v4
42
38
with :
43
39
python-version : 3.9
44
40
- name : Versions
45
41
run : |
46
42
python3 --version
47
- - uses : actions/checkout@v1
43
+ - uses : actions/checkout@v3
48
44
with :
49
45
submodules : true
50
46
- name : Install deps
Original file line number Diff line number Diff line change 26
26
# default branches).
27
27
if : ${{ (github.repository_owner == 'adafruit') }}
28
28
steps :
29
- - name : Dump GitHub context
30
- env :
31
- GITHUB_CONTEXT : ${{ toJson(github) }}
32
- run : echo "$GITHUB_CONTEXT"
33
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
34
30
with :
35
31
repository : ${{ github.repository_owner }}/Adafruit_Learning_System_Guides
36
32
token : ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,19 +10,15 @@ jobs:
10
10
pre-commit :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - name : Dump GitHub context
14
- env :
15
- GITHUB_CONTEXT : ${{ toJson(github) }}
16
- run : echo "$GITHUB_CONTEXT"
17
13
- name : Set up Python 3.9
18
- uses : actions/setup-python@v1
14
+ uses : actions/setup-python@v4
19
15
with :
20
16
python-version : 3.9
21
17
- name : Versions
22
18
run : |
23
19
python3 --version
24
20
- name : Checkout Current Repo
25
- uses : actions/checkout@v1
21
+ uses : actions/checkout@v3
26
22
- name : Pip install requirements
27
23
run : |
28
24
pip install --force-reinstall -r requirements.txt
Original file line number Diff line number Diff line change @@ -33,18 +33,14 @@ jobs:
33
33
BIGQUERY_PRIVATE_KEY : ${{ secrets.BIGQUERY_PRIVATE_KEY }}
34
34
BIGQUERY_CLIENT_EMAIL : ${{ secrets.BIGQUERY_CLIENT_EMAIL }}
35
35
steps :
36
- - name : Dump GitHub context
37
- env :
38
- GITHUB_CONTEXT : ${{ toJson(github) }}
39
- run : echo "$GITHUB_CONTEXT"
40
36
- name : Set up Python 3.9
41
- uses : actions/setup-python@v1
37
+ uses : actions/setup-python@v4
42
38
with :
43
39
python-version : 3.9
44
40
- name : Versions
45
41
run : |
46
42
python3 --version
47
- - uses : actions/checkout@v1
43
+ - uses : actions/checkout@v3
48
44
with :
49
45
submodules : true
50
46
- name : Install deps
Original file line number Diff line number Diff line change @@ -31,18 +31,14 @@ jobs:
31
31
- 6379/tcp
32
32
options : --entrypoint redis-server
33
33
steps :
34
- - name : Dump GitHub context
35
- env :
36
- GITHUB_CONTEXT : ${{ toJson(github) }}
37
- run : echo "$GITHUB_CONTEXT"
38
34
- name : Set up Python 3.9
39
- uses : actions/setup-python@v1
35
+ uses : actions/setup-python@v4
40
36
with :
41
37
python-version : 3.9
42
38
- name : Versions
43
39
run : |
44
40
python3 --version
45
- - uses : actions/checkout@v1
41
+ - uses : actions/checkout@v3
46
42
with :
47
43
submodules : true
48
44
- name : Install deps
You can’t perform that action at this time.
0 commit comments