Skip to content

Commit c3f1c01

Browse files
Chore: (deps): Bump actions/cache from 4.1.2 to 4.2.1 (#231)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...0c907a7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 455db18 commit c3f1c01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
go-version: ${{ env.GO_VERSION }}
102102

103103
- name: Cache Go Dependencies
104-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
104+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
105105
with:
106106
path: .work/pkg
107107
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
submodules: true
5353

5454
- name: Cache Go Dependencies
55-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
55+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
5656
with:
5757
path: .work/pkg
5858
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)