@@ -57,14 +57,14 @@ jobs:
5757 run : echo "::set-output name=cache::$(make go.cachedir)"
5858
5959 - name : Cache the Go Build Cache
60- uses : actions/cache@v4
60+ uses : actions/cache@v5
6161 with :
6262 path : ${{ steps.go.outputs.cache }}
6363 key : ${{ runner.os }}-build-lint-${{ hashFiles('**/go.sum') }}
6464 restore-keys : ${{ runner.os }}-build-lint-
6565
6666 - name : Cache Go Dependencies
67- uses : actions/cache@v4
67+ uses : actions/cache@v5
6868 with :
6969 path : .work/pkg
7070 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -104,14 +104,14 @@ jobs:
104104 run : echo "::set-output name=cache::$(make go.cachedir)"
105105
106106 - name : Cache the Go Build Cache
107- uses : actions/cache@v4
107+ uses : actions/cache@v5
108108 with :
109109 path : ${{ steps.go.outputs.cache }}
110110 key : ${{ runner.os }}-build-check-diff-${{ hashFiles('**/go.sum') }}
111111 restore-keys : ${{ runner.os }}-build-check-diff-
112112
113113 - name : Cache Go Dependencies
114- uses : actions/cache@v4
114+ uses : actions/cache@v5
115115 with :
116116 path : .work/pkg
117117 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -147,14 +147,14 @@ jobs:
147147 run : echo "::set-output name=cache::$(make go.cachedir)"
148148
149149 - name : Cache the Go Build Cache
150- uses : actions/cache@v4
150+ uses : actions/cache@v5
151151 with :
152152 path : ${{ steps.go.outputs.cache }}
153153 key : ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }}
154154 restore-keys : ${{ runner.os }}-build-unit-tests-
155155
156156 - name : Cache Go Dependencies
157- uses : actions/cache@v4
157+ uses : actions/cache@v5
158158 with :
159159 path : .work/pkg
160160 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -207,14 +207,14 @@ jobs:
207207 run : echo "::set-output name=cache::$(make go.cachedir)"
208208
209209 - name : Cache the Go Build Cache
210- uses : actions/cache@v4
210+ uses : actions/cache@v5
211211 with :
212212 path : ${{ steps.go.outputs.cache }}
213213 key : ${{ runner.os }}-build-e2e-tests-${{ hashFiles('**/go.sum') }}
214214 restore-keys : ${{ runner.os }}-build-e2e-tests-
215215
216216 - name : Cache Go Dependencies
217- uses : actions/cache@v4
217+ uses : actions/cache@v5
218218 with :
219219 path : .work/pkg
220220 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -269,14 +269,14 @@ jobs:
269269 run : echo "::set-output name=cache::$(make go.cachedir)"
270270
271271 - name : Cache the Go Build Cache
272- uses : actions/cache@v4
272+ uses : actions/cache@v5
273273 with :
274274 path : ${{ steps.go.outputs.cache }}
275275 key : ${{ runner.os }}-build-publish-artifacts-${{ hashFiles('**/go.sum') }}
276276 restore-keys : ${{ runner.os }}-build-publish-artifacts-
277277
278278 - name : Cache Go Dependencies
279- uses : actions/cache@v4
279+ uses : actions/cache@v5
280280 with :
281281 path : .work/pkg
282282 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
0 commit comments