File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
20
20
restore-keys : |
21
21
${{ runner.os }}-maven-
22
22
- name : npm cache
23
- uses : actions/cache@v1
23
+ uses : actions/cache@v2
24
24
with :
25
25
path : ~/.npm
26
26
key : ${{ runner.os }}-npm-${{ hashFiles('project.clj') }}-${{ hashFiles('**/deps.cljs') }}
27
27
restore-keys : |
28
28
${{ runner.os }}-npm-
29
29
- name : shadow-cljs compiler cache
30
- uses : actions/cache@v1
30
+ uses : actions/cache@v2
31
31
with :
32
32
path : .shadow-cljs
33
33
key : ${{ runner.os }}-shadow-cljs-${{ github.sha }}
54
54
steps :
55
55
- uses : actions/checkout@v2
56
56
- name : Maven cache
57
- uses : actions/cache@v1
57
+ uses : actions/cache@v2
58
58
with :
59
59
path : /root/.m2/repository
60
60
key : ${{ runner.os }}-maven-${{ hashFiles('project.clj') }}
Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ jobs:
10
10
steps :
11
11
- uses : actions/checkout@v1
12
12
- name : Maven cache
13
- uses : actions/cache@v1
13
+ uses : actions/cache@v2
14
14
with :
15
15
path : /root/.m2/repository
16
16
key : ${{ runner.os }}-maven-${{ hashFiles('project.clj') }}
17
17
restore-keys : |
18
18
${{ runner.os }}-maven-
19
19
- name : npm cache
20
- uses : actions/cache@v1
20
+ uses : actions/cache@v2
21
21
with :
22
22
path : ~/.npm
23
23
key : ${{ runner.os }}-npm-${{ hashFiles('project.clj') }}-${{ hashFiles('**/deps.cljs') }}
24
24
restore-keys : |
25
25
${{ runner.os }}-npm-
26
26
- name : shadow-cljs compiler cache
27
- uses : actions/cache@v1
27
+ uses : actions/cache@v2
28
28
with :
29
29
path : .shadow-cljs
30
30
key : ${{ runner.os }}-shadow-cljs-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments