Skip to content

Commit ad9c8a4

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gorelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2323
- name: Gorelease cache
24-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
24+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
2525
with:
2626
path: |
2727
~/go/bin/gorelease

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020
- name: Go cache
21-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
21+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
2222
with:
2323
path: |
2424
~/go/pkg/mod

0 commit comments

Comments
 (0)