From bd6fb8513044616fd98127a5fd3b3fc584780547 Mon Sep 17 00:00:00 2001 From: Alan Clucas Date: Thu, 13 Feb 2025 15:37:52 +0000 Subject: [PATCH] chore: upgrade actions/cache to v4.2.0 (Fixes #14169) (#14170) (#14172) Signed-off-by: Rohan K Co-authored-by: Rohan K --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3279a298d889..d23dffb4242b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: version: v0.10.4 - name: Cache Docker layers - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: cache with: path: /tmp/.buildx-cache @@ -293,7 +293,7 @@ jobs: with: go-version: "1.23" - name: Restore node packages cache - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ui/node_modules key: ${{ runner.os }}-node-dep-v1-${{ hashFiles('**/yarn.lock') }}