3131 - name : Cache Go
3232 id : go-cache
3333 timeout-minutes : 5
34- uses : actions/cache@v3
34+ uses : actions/cache@v4
3535 with :
3636 path : |
3737 ~/go/bin
9393 - name : Cache Go
9494 id : go-cache
9595 timeout-minutes : 5
96- uses : actions/cache@v3
96+ uses : actions/cache@v4
9797 with :
9898 path : |
9999 ~/go/bin
@@ -106,7 +106,7 @@ jobs:
106106 if : steps.go-cache.outputs.cache-hit != 'true'
107107 run : make install-tools
108108 - name : Cache Lint Build
109- uses : actions/cache@v3
109+ uses : actions/cache@v4
110110 with :
111111 path : ~/.cache/go-build
112112 key : go-lint-build-${{ matrix.group }}-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
@@ -159,7 +159,7 @@ jobs:
159159 - name : Cache Go
160160 id : go-cache
161161 timeout-minutes : 5
162- uses : actions/cache@v3
162+ uses : actions/cache@v4
163163 with :
164164 path : |
165165 ~/go/bin
@@ -182,7 +182,7 @@ jobs:
182182 - name : Cache Go
183183 id : go-cache
184184 timeout-minutes : 5
185- uses : actions/cache@v3
185+ uses : actions/cache@v4
186186 with :
187187 path : |
188188 ~/go/bin
@@ -264,7 +264,7 @@ jobs:
264264 - name : Cache Go
265265 id : go-cache
266266 timeout-minutes : 5
267- uses : actions/cache@v3
267+ uses : actions/cache@v4
268268 with :
269269 path : |
270270 ~/go/bin
@@ -277,7 +277,7 @@ jobs:
277277 if : steps.go-cache.outputs.cache-hit != 'true'
278278 run : make install-tools
279279 - name : Cache Test Build
280- uses : actions/cache@v3
280+ uses : actions/cache@v4
281281 with :
282282 path : ~/.cache/go-build
283283 key : go-test-build-${{ runner.os }}-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
@@ -355,7 +355,7 @@ jobs:
355355 - name : Cache Go
356356 id : go-cache
357357 timeout-minutes : 5
358- uses : actions/cache@v3
358+ uses : actions/cache@v4
359359 with :
360360 path : |
361361 ~/go/bin
@@ -393,7 +393,7 @@ jobs:
393393 - name : Cache Go
394394 id : go-cache
395395 timeout-minutes : 5
396- uses : actions/cache@v3
396+ uses : actions/cache@v4
397397 with :
398398 path : |
399399 ~/go/bin
@@ -419,7 +419,7 @@ jobs:
419419 - name : Cache Go
420420 id : go-cache
421421 timeout-minutes : 5
422- uses : actions/cache@v3
422+ uses : actions/cache@v4
423423 with :
424424 path : |
425425 ~/go/bin
@@ -488,7 +488,7 @@ jobs:
488488 - name : Cache Go
489489 id : go-cache
490490 timeout-minutes : 5
491- uses : actions/cache@v3
491+ uses : actions/cache@v4
492492 with :
493493 path : |
494494 ~/go/bin
@@ -571,7 +571,7 @@ jobs:
571571 pattern : collector-binaries-*
572572 - name : Cache Wix
573573 id : wix-cache
574- uses : actions/cache@v3
574+ uses : actions/cache@v4
575575 with :
576576 path : |
577577 "C:\Program Files (x86)\WiX Toolset v3.11"
@@ -628,7 +628,7 @@ jobs:
628628 - name : Cache Go
629629 id : go-cache
630630 timeout-minutes : 5
631- uses : actions/cache@v3
631+ uses : actions/cache@v4
632632 with :
633633 path : |
634634 ~/go/bin
0 commit comments