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 }}