Skip to content

Commit ed4fc1f

Browse files
authored
Merge pull request #7 from pipedrive/renovate/major-gha-actions
Update actions/cache action to v4
2 parents 72f763d + eb6a21b commit ed4fc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-go@v2
3434
with:
3535
go-version: 1.16
36-
- uses: actions/cache@v2
36+
- uses: actions/cache@v4
3737
with:
3838
path: ~/go/pkg/mod
3939
key: go-linux-amd64-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)