Skip to content

Commit 3c4c5b4

Browse files
committed
update workflow ci go cache to v4
Signed-off-by: ChrisLiu <[email protected]>
1 parent a2a0864 commit 3c4c5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
go-version: ${{ env.GO_VERSION }}
3636
- name: Cache Go Dependencies
37-
uses: actions/cache@v2
37+
uses: actions/cache@v4
3838
with:
3939
path: ~/go/pkg/mod
4040
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
go-version: ${{ env.GO_VERSION }}
6464
- name: Cache Go Dependencies
65-
uses: actions/cache@v2
65+
uses: actions/cache@v4
6666
with:
6767
path: ~/go/pkg/mod
6868
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)