From 07f6cdfdd47d73b188d4db5961b016ecbdb7ec86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 20:27:50 +0200 Subject: [PATCH] Bump actions/cache from 2.1.5 to 2.1.6 (#118) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/new-base-image-requested.yml | 2 +- .github/workflows/new-hub-image-requested.yml | 2 +- .github/workflows/pull-requests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/new-base-image-requested.yml b/.github/workflows/new-base-image-requested.yml index 2c2029fc..c5cae33a 100644 --- a/.github/workflows/new-base-image-requested.yml +++ b/.github/workflows/new-base-image-requested.yml @@ -60,7 +60,7 @@ jobs: exit 1 fi - name: Cache Docker layers - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: /tmp/.buildx-cache key: ${{ github.event.client_payload.repoVersionFull }}-${{ runner.os }}-buildx-base-${{ github.sha }} diff --git a/.github/workflows/new-hub-image-requested.yml b/.github/workflows/new-hub-image-requested.yml index 911df7d7..47695973 100644 --- a/.github/workflows/new-hub-image-requested.yml +++ b/.github/workflows/new-hub-image-requested.yml @@ -60,7 +60,7 @@ jobs: exit 1 fi - name: Cache Docker layers - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: /tmp/.buildx-cache key: ${{ github.event.client_payload.repoVersionFull }}-${{ runner.os }}-buildx-hub-${{ github.sha }} diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 9d15a549..b0f02612 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -133,7 +133,7 @@ jobs: with: driver-opts: network=host - name: Cache Docker layers - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-pr-${{ matrix.targetPlatform }}-${{ github.sha }}