Skip to content

Commit

Permalink
chore: upgrade actions/cache to v4.2.0 (Fixes #14169) (#14170)
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan K <[email protected]>
  • Loading branch information
rohankmr414 authored Feb 10, 2025
1 parent b5a5074 commit e836bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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') }}
Expand Down

0 comments on commit e836bc6

Please sign in to comment.