chore(deps): update actions/cache action to v5 (#1482)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-12 10:22:13 +08:00
committed by GitHub
parent 8b426be916
commit eb1de2b52d
+5 -5
View File
@@ -158,7 +158,7 @@ jobs:
echo "BINARY_NAME=$_BINARY" >> $GITHUB_ENV
- name: Setup Go modules cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/go/pkg/mod
@@ -167,7 +167,7 @@ jobs:
go-${{ runner.os }}-${{ runner.arch }}-mod-
- name: Setup Go build cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cache/go-build
@@ -329,7 +329,7 @@ jobs:
echo "BINARY_NAME=$_BINARY" >> $GITHUB_ENV
- name: Setup Go modules cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/go/pkg/mod
@@ -338,7 +338,7 @@ jobs:
go-${{ runner.os }}-${{ runner.arch }}-mod-
- name: Setup Go build cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cache/go-build
@@ -466,7 +466,7 @@ jobs:
echo "BINARY_NAME=$_BINARY" >> $GITHUB_ENV
- name: Setup Go build cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/go/pkg/mod