Skip to content

Commit b80afb4

Browse files
Bump actions/cache from 4.2.3 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4829b30 commit b80afb4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/buildimage.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
5454
- name: Go Build Cache
5555
id: build-cache
56-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
56+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5757
with:
5858
path: ${{ steps.go-cache-paths.outputs.go-build }}
5959
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
6060

6161
- name: Go Mod Cache
6262
id: mod-cache
63-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
63+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6464
with:
6565
path: ${{ steps.go-cache-paths.outputs.go-mod }}
6666
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -172,14 +172,14 @@ jobs:
172172
173173
- name: Go Build Cache
174174
id: build-cache
175-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
175+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
176176
with:
177177
path: ${{ steps.go-cache-paths.outputs.go-build }}
178178
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
179179

180180
- name: Go Mod Cache
181181
id: mod-cache
182-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
182+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
183183
with:
184184
path: ${{ steps.go-cache-paths.outputs.go-mod }}
185185
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -258,14 +258,14 @@ jobs:
258258
259259
- name: Go Build Cache
260260
id: build-cache
261-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
261+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
262262
with:
263263
path: ${{ steps.go-cache-paths.outputs.go-build }}
264264
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
265265

266266
- name: Go Mod Cache
267267
id: mod-cache
268-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
268+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
269269
with:
270270
path: ${{ steps.go-cache-paths.outputs.go-mod }}
271271
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -343,14 +343,14 @@ jobs:
343343
344344
- name: Go Build Cache
345345
id: build-cache
346-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
346+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
347347
with:
348348
path: ${{ steps.go-cache-paths.outputs.go-build }}
349349
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
350350

351351
- name: Go Mod Cache
352352
id: mod-cache
353-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
353+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
354354
with:
355355
path: ${{ steps.go-cache-paths.outputs.go-mod }}
356356
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
4848
- name: Go Build Cache
4949
id: build-cache
50-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
50+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5151
with:
5252
path: ${{ steps.go-cache-paths.outputs.go-build }}
5353
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
5454

5555
- name: Go Mod Cache
5656
id: mod-cache
57-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
57+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858
with:
5959
path: ${{ steps.go-cache-paths.outputs.go-mod }}
6060
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)