Skip to content

Commit 0c5a0cf

Browse files
committed
chore(deps): Update actions/cache action to v5
1 parent 159d925 commit 0c5a0cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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
# We use a manually configured cache key to avoid conflicts with the test action cache
2424
# See https://github.com/actions/setup-go/issues/358
2525
cache: false
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
with:
2828
path: |
2929
~/.cache/go-build

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# We use a manually configured cache key to avoid conflicts with the test action cache
2121
# See https://github.com/actions/setup-go/issues/358
2222
cache: false
23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v5
2424
with:
2525
path: |
2626
~/.cache/go-build

0 commit comments

Comments
 (0)