@@ -53,14 +53,14 @@ jobs:
5353
5454 - name : Go Build Cache
5555 id : build-cache
56- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
56+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5757 with :
5858 path : ${{ steps.go-cache-paths.outputs.go-build }}
5959 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
6060
6161 - name : Go Mod Cache
6262 id : mod-cache
63- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
63+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6464 with :
6565 path : ${{ steps.go-cache-paths.outputs.go-mod }}
6666 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -172,14 +172,14 @@ jobs:
172172
173173 - name : Go Build Cache
174174 id : build-cache
175- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
175+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
176176 with :
177177 path : ${{ steps.go-cache-paths.outputs.go-build }}
178178 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
179179
180180 - name : Go Mod Cache
181181 id : mod-cache
182- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
182+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
183183 with :
184184 path : ${{ steps.go-cache-paths.outputs.go-mod }}
185185 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -258,14 +258,14 @@ jobs:
258258
259259 - name : Go Build Cache
260260 id : build-cache
261- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
261+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
262262 with :
263263 path : ${{ steps.go-cache-paths.outputs.go-build }}
264264 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
265265
266266 - name : Go Mod Cache
267267 id : mod-cache
268- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
268+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
269269 with :
270270 path : ${{ steps.go-cache-paths.outputs.go-mod }}
271271 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -343,14 +343,14 @@ jobs:
343343
344344 - name : Go Build Cache
345345 id : build-cache
346- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
346+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
347347 with :
348348 path : ${{ steps.go-cache-paths.outputs.go-build }}
349349 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
350350
351351 - name : Go Mod Cache
352352 id : mod-cache
353- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
353+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
354354 with :
355355 path : ${{ steps.go-cache-paths.outputs.go-mod }}
356356 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
0 commit comments