Skip to content

Commit c59ae7a

Browse files
chore(deps): update actions/cache digest to cdf6c1f (#1551)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c3ba85 commit c59ae7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
check-latest: true
3636
- name: Cache Go
3737
id: go-cache
38-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
38+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3939
with:
4040
path: |
4141
~/go/bin

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2727

2828
- name: Module cache
29-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
29+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3030
env:
3131
cache-name: go-mod-cache
3232
with:
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Tools cache
3737
id: cache-tools
38-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
38+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3939
env:
4040
cache-name: go-tools-cache
4141
with:
@@ -84,7 +84,7 @@ jobs:
8484
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
8585
8686
- name: Module cache
87-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
87+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
8888
env:
8989
cache-name: go-mod-cache
9090
with:
@@ -112,7 +112,7 @@ jobs:
112112
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
113113
114114
- name: Module cache
115-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
115+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
116116
env:
117117
cache-name: go-mod-cache
118118
with:

0 commit comments

Comments
 (0)