Skip to content

Commit fe79073

Browse files
chore: upgrade actions/cache to v4.2.0 (Fixes argoproj#14169) (cherry-pick argoproj#14170) (argoproj#14171)
Signed-off-by: Rohan K <[email protected]> Co-authored-by: Rohan K <[email protected]>
1 parent 77552d8 commit fe79073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
version: v0.10.4
4141

4242
- name: Cache Docker layers
43-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
43+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4444
id: cache
4545
with:
4646
path: /tmp/.buildx-cache
@@ -293,7 +293,7 @@ jobs:
293293
with:
294294
go-version: "1.23"
295295
- name: Restore node packages cache
296-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
296+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
297297
with:
298298
path: ui/node_modules
299299
key: ${{ runner.os }}-node-dep-v1-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)