Skip to content

Commit 3db1b5b

Browse files
chore(deps): update actions/cache digest to cdf6c1f
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 7f7b0d3 commit 3db1b5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version: 1.23
3030
- name: Tools cache
3131
id: tools-cache
32-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
32+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3333
with:
3434
path: |
3535
~/go/bin
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
go-version: 1.23
5656
- name: Restore Tools cache
57-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
57+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
5858
with:
5959
path: |
6060
~/go/bin
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
go-version: 1.23
8080
- name: Restore Tools cache
81-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
81+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
8282
with:
8383
path: |
8484
~/go/bin

.github/workflows/test-mixins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version: 1.23
2929
- name: Tools cache
3030
id: tools-cache
31-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
31+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3232
with:
3333
path: |
3434
~/go/bin
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
go-version: 1.23
102102
- name: Restore Tools cache
103-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
103+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
104104
with:
105105
path: |
106106
~/go/bin

0 commit comments

Comments
 (0)