File tree 5 files changed +17
-9
lines changed
5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - name : ' Checkout'
16
+ uses : actions/checkout@v3
17
+
16
18
- name : Add label to PR
17
19
uses : UcheSylvester/pr-labelr@v0.1.1
18
20
with :
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
19
- - uses : actions/setup-node@v2
18
+ - name : ' Checkout'
19
+ uses : actions/checkout@v3
20
+
21
+ - name : ' Setup node'
22
+ uses : actions/setup-node@v3
20
23
with :
21
24
node-version : 18
22
25
cache : ' yarn'
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
with :
18
18
fetch-depth : 0
19
19
Original file line number Diff line number Diff line change 15
15
main :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
19
- - uses : actions/setup-node@v2
18
+ - name : ' Checkout'
19
+ uses : actions/checkout@v3
20
+
21
+ - name : ' Setup Node'
22
+ uses : actions/setup-node@v3
20
23
with :
21
24
node-version : 18
22
25
cache : ' yarn'
Original file line number Diff line number Diff line change 848
848
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
849
849
850
850
" @types/stack-utils@^2.0.0 " :
851
- version "2.0.2 "
852
- resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.2 .tgz#01284dde9ef4e6d8cef6422798d9a3ad18a66f8b "
853
- integrity sha512-g7CK9nHdwjK2n0ymT2CW698FuWJRIx+RP6embAzZ2Qi8/ilIrA1Imt2LVSeHUzKvpoi7BhmmQcXz95eS0f2JXw ==
851
+ version "2.0.3 "
852
+ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3 .tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8 "
853
+ integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw ==
854
854
855
855
" @types/yargs-parser@* " :
856
856
version "21.0.2"
You can’t perform that action at this time.
0 commit comments