|
|
@@ -55,7 +55,7 @@ jobs:
|
|
55
|
55
|
go-version: ${{ matrix.go_version }}
|
|
56
|
56
|
|
|
57
|
57
|
- name: Cache dependencies
|
|
58
|
|
- uses: actions/cache@v2
|
|
|
58
|
+ uses: actions/cache@v5
|
|
59
|
59
|
with:
|
|
60
|
60
|
path: ~/go/pkg/mod
|
|
61
|
61
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
|
|
@@ -85,7 +85,7 @@ jobs:
|
|
85
|
85
|
go-version: ^1.25
|
|
86
|
86
|
|
|
87
|
87
|
- name: Cache fuzz results
|
|
88
|
|
- uses: actions/cache@v2
|
|
|
88
|
+ uses: actions/cache@v5
|
|
89
|
89
|
with:
|
|
90
|
90
|
path: ~/.cache/go-build/fuzz
|
|
91
|
91
|
key: ${{ runner.os }}-go-${{ hashFiles('**/*_fuzz_test.go', '**/*_fuzz_internal_test.go') }}
|
|
|
@@ -145,7 +145,7 @@ jobs:
|
|
145
|
145
|
uses: docker/setup-buildx-action@v1
|
|
146
|
146
|
|
|
147
|
147
|
- name: Setup cache
|
|
148
|
|
- uses: actions/cache@v2
|
|
|
148
|
+ uses: actions/cache@v5
|
|
149
|
149
|
with:
|
|
150
|
150
|
path: /tmp/buildx-cache
|
|
151
|
151
|
key: ${{ runner.os }}-buildx-${{ github.sha }}
|