Update actions/cache action to v4
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
go-version: "1.20"
|
||||
- name: Cache Go modules
|
||||
id: cache-go
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
|
||||
Reference in New Issue
Block a user