Skip to content

Commit 7fa7c35

Browse files
committed
chore(deps): Update actions/cache action to v5
1 parent 7229ae6 commit 7fa7c35

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gen_coverage_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version: "1.25"
2929
cache: false
3030
- name: Cache Go modules
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: |
3434
~/go/pkg/mod

.github/workflows/go_mod_tidy_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version-file: go.mod
2828
cache: false
2929
- name: Cache Go modules
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: |
3333
~/go/pkg/mod

.github/workflows/lint_golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version-file: go.mod
2424
cache: false
2525
- name: Cache Go modules
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: |
2929
~/go/pkg/mod

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "gocache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
3434
echo "gomodcache=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
3535
- name: Cache Go modules
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: |
3939
${{ steps.go-cache.outputs.gomodcache }}

0 commit comments

Comments
 (0)