Skip to content

Commit 9f8dc21

Browse files
Bump actions/cache from 4.2.3 to 4.2.4 (#2743)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 772735b commit 9f8dc21

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v3.2.1
4444
with:
4545
go-version: '1.24'
46-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
46+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4747
with:
4848
path: ~/go/pkg/mod
4949
key: test-integration-${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -176,7 +176,7 @@ jobs:
176176
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v3.2.1
177177
with:
178178
go-version: '1.24'
179-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
179+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
180180
with:
181181
path: ~/go/pkg/mod
182182
key: tilt-${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v3.2.1
4444
with:
4545
go-version: '1.24'
46-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
46+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4747
with:
4848
path: ~/go/pkg/mod
4949
key: test-unit-${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/postmerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v3.2.1
3434
with:
3535
go-version: '1.24'
36-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
36+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3737
with:
3838
path: ~/go/pkg/mod
3939
key: test-integration-${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)