Skip to content

Commit 8c96cbd

Browse files
authored
update actions/cache to v4 (#295)
* update actions/cache to v4 Signed-off-by: wanjunlei <[email protected]> * update actions/cache to v4 Signed-off-by: wanjunlei <[email protected]> --------- Signed-off-by: wanjunlei <[email protected]>
1 parent 9b941e8 commit 8c96cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
go-version: 1.20.x
6767

68-
- uses: actions/cache@v2
68+
- uses: actions/cache@v4
6969
with:
7070
path: ~/go/pkg/mod
7171
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
go-version: 1.20.x
9090

91-
- uses: actions/cache@v2
91+
- uses: actions/cache@v4
9292
with:
9393
path: ~/go/pkg/mod
9494
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)