From 12f5e03bce94ba6e2f9c47a9cc76afcc8dd8773d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:09:22 -0500 Subject: [PATCH] build(deps): bump actions/cache from 4.0.0 to 4.2.0 (#742) 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](https://github.com/actions/cache/compare/13aacd865c20de90d75de3b17ebe84f7a17d57d2...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/integration-test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 74c512cc..f187a87e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a919b3bd..33c9f250 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}