File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
-
18
18
name : Cache cake frosting
19
19
id : cache-cake
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : run
23
23
key : run-${{ runner.os }}-${{ hashFiles('./build/**') }}
24
24
- name : Use cached tools
25
25
id : cache-tools
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : tools
29
29
key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
Original file line number Diff line number Diff line change 61
61
-
62
62
name : Cache cake frosting
63
63
id : cache-cake
64
- uses : actions/cache@v3
64
+ uses : actions/cache@v4
65
65
with :
66
66
path : run
67
67
key : run-${{ runner.os }}-${{ hashFiles('./build/**') }}
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
48
48
-
49
49
name : Cache cake frosting
50
50
id : cache-cake
51
- uses : actions/cache@v3
51
+ uses : actions/cache@v4
52
52
with :
53
53
path : run
54
54
key : run-${{ runner.os }}-${{ hashFiles('./build/**') }}
55
55
-
56
56
name : Use cached tools
57
57
id : cache-tools
58
- uses : actions/cache@v3
58
+ uses : actions/cache@v4
59
59
with :
60
60
path : tools
61
61
key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
69
69
-
70
70
name : Cache Node Modules
71
71
id : cache-node
72
- uses : actions/cache@v3
72
+ uses : actions/cache@v4
73
73
with :
74
74
path : ${{ steps.cache-node-dir.outputs.dir }}
75
75
key : node-${{ runner.os }}-${{ hashFiles('./package-lock.json') }}
You can’t perform that action at this time.
0 commit comments