File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
uses : docker/setup-buildx-action@v2
22
22
- name : Cache build
23
23
id : cache-build
24
- uses : actions/cache@v2
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : build-cache-st
27
27
key : build-cache-st-v1-${{ hashFiles('Dockerfile', 'Makefile', 'build/*') }}
44
44
uses : docker/setup-buildx-action@v2
45
45
- name : Cache build
46
46
id : cache-build
47
- uses : actions/cache@v2
47
+ uses : actions/cache@v4
48
48
with :
49
49
path : build-cache-mt
50
50
key : build-cache-mt-v1-${{ hashFiles('Dockerfile', 'Makefile', 'build/*') }}
81
81
node-version : 18.x
82
82
- name : Cache dependencies
83
83
id : cache-dependencies
84
- uses : actions/cache@v2
84
+ uses : actions/cache@v4
85
85
with :
86
86
path : node_modules
87
87
key : node-modules-${{ hashFiles('package-lock.json') }}
You can’t perform that action at this time.
0 commit comments