Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 60f37b1

Browse files
build(deps): bump actions/cache from 4.2.0 to 4.2.3 (#772)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache 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 a750981 commit 60f37b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: linkerd/dev/actions/setup-tools@v44
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
18+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
1919
with:
2020
path: target/buildx
2121
key: buildx-${{ runner.os }}-${{ github.sha }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: linkerd/dev/actions/setup-tools@v44
2626
- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
28+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
2929
with:
3030
path: target/buildx
3131
key: buildx-${{ runner.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)