Skip to content

Commit 9c76035

Browse files
chore(deps): update actions/cache action to v5 (#130)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffa2eeb commit 9c76035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v6
3333

3434
# cache go modules
35-
- uses: actions/cache@v4
35+
- uses: actions/cache@v5
3636
with:
3737
# In order:
3838
# * Module download cache

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-go@v6
2929
with:
3030
go-version: stable
31-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
31+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
3232
with:
3333
path: |
3434
~/.cache/go-build

0 commit comments

Comments
 (0)