Merge pull request #17 from xruins/renovate/actions-cache-4.x

Update actions/cache action to v4
This commit is contained in:
Ruins
2024-02-09 14:25:04 +09:00
committed by GitHub
+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') }}