File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Find markdown files
19
19
shell : bash
Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Set up node
16
- uses : actions/setup-node@v2-beta
16
+ uses : actions/setup-node@v3
17
17
with :
18
- node-version : ' 13 '
18
+ node-version : ' 14 '
19
19
20
20
- name : Get yarn cache directory path
21
21
id : yarn-cache-dir-path
22
22
run : echo "::set-output name=dir::$(yarn cache dir)"
23
23
24
- - uses : actions/cache@v2
24
+ - uses : actions/cache@v4
25
25
id : yarn-cache
26
26
with :
27
27
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments