Skip to content

Commit 2ee3c6e

Browse files
committed
update actions/cache to v4
Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
1 parent 5e640e0 commit 2ee3c6e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
go-version: 1.20.x
3636

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') }}

.github/workflows/push-nm-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
go-version: 1.20.x
4545

46-
- uses: actions/cache@v2
46+
- uses: actions/cache@v4
4747
with:
4848
path: ~/go/pkg/mod
4949
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/push-operator-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
go-version: 1.20.x
4646

47-
- uses: actions/cache@v2
47+
- uses: actions/cache@v4
4848
with:
4949
path: ~/go/pkg/mod
5050
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/push-sidecar-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
go-version: 1.20.x
4545

46-
- uses: actions/cache@v2
46+
- uses: actions/cache@v4
4747
with:
4848
path: ~/go/pkg/mod
4949
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)