Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.0.0 to 4.2.0 (#742)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@13aacd8...1bd1e32)

---
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>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent d984e9b commit 12f5e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: linkerd/dev/actions/setup-tools@v44
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
path: target/buildx
key: buildx-${{ runner.os }}-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: linkerd/dev/actions/setup-tools@v44
- uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
path: target/buildx
key: buildx-${{ runner.os }}-${{ github.sha }}
Expand Down

0 comments on commit 12f5e03

Please sign in to comment.