From b7eaa38b981ec68fca7173a5eb44a4036f708a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 02:18:42 +0000 Subject: [PATCH] Bump actions/cache Bumps [actions/cache](https://github.com/actions/cache) from 661fd3eb7f2f20d8c7c84bc2b0509efd7a826628 to 515d10b4fd9bb4858066bd5769f55bd498dcdd27. - [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/661fd3eb7f2f20d8c7c84bc2b0509efd7a826628...515d10b4fd9bb4858066bd5769f55bd498dcdd27) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/on-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index da30f06..a1c6c87 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -55,7 +55,7 @@ jobs: run: echo ${{ steps.buildx.outputs.platforms }} - name: Cache Docker layers - uses: actions/cache@661fd3eb7f2f20d8c7c84bc2b0509efd7a826628 # v2 + uses: actions/cache@515d10b4fd9bb4858066bd5769f55bd498dcdd27 # v2 id: cache with: path: /tmp/.buildx-cache