[dependencies] Update actions/cache action to v4

This commit is contained in:
renovate[bot]
2024-01-23 10:35:18 +00:00
committed by 世界
parent 1a5ed7e151
commit 57094b2323

View File

@@ -46,7 +46,7 @@ jobs:
with:
go-version: ~1.18
- name: Cache go module
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
@@ -66,7 +66,7 @@ jobs:
with:
go-version: ^1.20
- name: Cache go module
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/pkg/mod