Update actions/cache action to v4

This commit is contained in:
renovate[bot]
2024-01-17 17:42:01 +00:00
committed by GitHub
parent 4749595cc2
commit cdcfb8c45d
+1 -1
View File
@@ -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') }}