Skip to content

Commit 163e2de

Browse files
chore(deps): update actions/cache action to v5
1 parent 8b426be commit 163e2de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
echo "BINARY_NAME=$_BINARY" >> $GITHUB_ENV
159159
160160
- name: Setup Go modules cache
161-
uses: actions/cache@v4
161+
uses: actions/cache@v5
162162
with:
163163
path: |
164164
~/go/pkg/mod
@@ -167,7 +167,7 @@ jobs:
167167
go-${{ runner.os }}-${{ runner.arch }}-mod-
168168
169169
- name: Setup Go build cache
170-
uses: actions/cache@v4
170+
uses: actions/cache@v5
171171
with:
172172
path: |
173173
~/.cache/go-build
@@ -329,7 +329,7 @@ jobs:
329329
echo "BINARY_NAME=$_BINARY" >> $GITHUB_ENV
330330
331331
- name: Setup Go modules cache
332-
uses: actions/cache@v4
332+
uses: actions/cache@v5
333333
with:
334334
path: |
335335
~/go/pkg/mod
@@ -338,7 +338,7 @@ jobs:
338338
go-${{ runner.os }}-${{ runner.arch }}-mod-
339339
340340
- name: Setup Go build cache
341-
uses: actions/cache@v4
341+
uses: actions/cache@v5
342342
with:
343343
path: |
344344
~/.cache/go-build
@@ -466,7 +466,7 @@ jobs:
466466
echo "BINARY_NAME=$_BINARY" >> $GITHUB_ENV
467467
468468
- name: Setup Go build cache
469-
uses: actions/cache@v4
469+
uses: actions/cache@v5
470470
with:
471471
path: |
472472
~/go/pkg/mod

0 commit comments

Comments
 (0)