File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 31
31
uses : actions/setup-python@v1
32
32
with :
33
33
python-version : 3.7
34
- - uses : actions/cache@v1
34
+ - uses : actions/cache@v4
35
35
with :
36
36
path : ~/.npm
37
37
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout code
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v2
24
24
with :
25
25
ref : main
26
26
- name : Set up Python 3.7
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v1
28
28
with :
29
29
python-version : 3.7
30
- - uses : actions/setup-node@v4
30
+ - uses : actions/setup-node@v1
31
31
env :
32
32
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
33
33
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout code
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v2
12
12
with :
13
13
ref : main
14
14
- name : Set up Python 3.7
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v1
16
16
with :
17
17
python-version : 3.7
18
- - uses : actions/setup-node@v4
18
+ - uses : actions/setup-node@v1
19
19
env :
20
20
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
21
21
with :
You can’t perform that action at this time.
0 commit comments