Skip to content

Commit 883b286

Browse files
chore: upgrade actions/cache to v4.2.0 (#360)
Signed-off-by: Kim <[email protected]>
1 parent 74e1203 commit 883b286

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
@@ -252,12 +252,12 @@ jobs:
252252
path: ui/node_modules
253253
key: ${{ runner.os }}-node-dep-v1-${{ hashFiles('**/yarn.lock') }}
254254
- name: go build cache
255-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
255+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
256256
with:
257257
path: /home/runner/.cache/go-build
258258
key: GOCACHE-v2-${{ hashFiles('**/go.mod') }}
259259
- name: go mod cache
260-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
260+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
261261
with:
262262
path: /home/runner/go/pkg/mod
263263
key: GOMODCACHE-v2-${{ hashFiles('**/go.mod') }}

0 commit comments

Comments
 (0)