File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : checkout
10
- uses : actions/checkout@master
10
+ uses : actions/checkout@v2
11
11
12
12
- name : cache package-lock.json
13
13
uses : actions/cache@v1
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : checkout
43
- uses : actions/checkout@master
43
+ uses : actions/checkout@v2
44
44
45
45
- name : restore cache from package-lock.json
46
46
uses : actions/cache@v1
74
74
runs-on : ubuntu-latest
75
75
steps :
76
76
- name : checkout
77
- uses : actions/checkout@master
77
+ uses : actions/checkout@v2
78
78
79
79
- name : restore cache from package-lock.json
80
80
uses : actions/cache@v1
@@ -96,12 +96,12 @@ jobs:
96
96
runs-on : ubuntu-latest
97
97
steps :
98
98
- name : checkout
99
- uses : actions/checkout@master
99
+ uses : actions/checkout@v2
100
100
with :
101
101
token : ${{ secrets.ACCESS_TOKEN }}
102
102
103
103
- name : Checkout submodules
104
- uses : actions/checkout@master
104
+ uses : actions/checkout@v2
105
105
with :
106
106
repository : tangjinzhou/antdv-demo
107
107
token : ${{ secrets.ACCESS_TOKEN }}
@@ -122,4 +122,3 @@ jobs:
122
122
- name : test
123
123
run : npm test
124
124
needs : setup
125
-
You can’t perform that action at this time.
0 commit comments