From 2578e53c43777fab447926875d42c6dc19334252 Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 20 May 2025 12:16:41 +0300 Subject: [PATCH] chore: upgrade actions/cache to v4.2.0 Signed-off-by: Kim --- .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 6a3ce2b4517b..06ebd9a01d9e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -252,12 +252,12 @@ jobs: path: ui/node_modules key: ${{ runner.os }}-node-dep-v1-${{ hashFiles('**/yarn.lock') }} - name: go build cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: /home/runner/.cache/go-build key: GOCACHE-v2-${{ hashFiles('**/go.mod') }} - name: go mod cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: /home/runner/go/pkg/mod key: GOMODCACHE-v2-${{ hashFiles('**/go.mod') }}