From c6bfe75688312803dac62599c8839ce2f425bfd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 13:20:03 +0000 Subject: [PATCH] Bump actions/cache from v2.1.4 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] --- .github/workflows/edge.yml | 18 +++++++++--------- .github/workflows/nightly.yml | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/edge.yml b/.github/workflows/edge.yml index 2c83d80d8f..5d48865d07 100644 --- a/.github/workflows/edge.yml +++ b/.github/workflows/edge.yml @@ -71,7 +71,7 @@ jobs: env: GOFLAGS: '-gcflags=-trimpath=${{ github.workspace }} -asmflags=-trimpath=${{ github.workspace }}' - name: Store Artifacts in Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ github.workspace }}/nginx-ingress key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }} @@ -169,7 +169,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - name: Fetch Cached Artifacts - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ github.workspace }}/nginx-ingress key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }} @@ -178,7 +178,7 @@ jobs: with: driver-opts: network=host - name: Cache Docker layers - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} @@ -294,7 +294,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - name: Fetch Cached Artifacts - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ github.workspace }}/nginx-ingress key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }} @@ -303,7 +303,7 @@ jobs: with: driver-opts: network=host - name: Cache Docker layers - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} @@ -351,7 +351,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - name: Fetch Cached Artifacts - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ github.workspace }}/nginx-ingress key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }} @@ -360,7 +360,7 @@ jobs: with: driver-opts: network=host - name: Docker build cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} @@ -464,7 +464,7 @@ jobs: run: | echo "::set-output name=sha::$(echo ${GITHUB_SHA} | cut -c1-7)" - name: Fetch Cached Artifacts - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ github.workspace }}/nginx-ingress key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }} @@ -473,7 +473,7 @@ jobs: with: driver-opts: network=host - name: Cache Docker layers - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 03e6233fd1..b8b19de8d2 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -44,7 +44,7 @@ jobs: env: GOFLAGS: '-gcflags=-trimpath=${{ github.workspace }} -asmflags=-trimpath=${{ github.workspace }}' - name: Store Artifacts in Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ github.workspace }}/nginx-ingress key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }} @@ -163,7 +163,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - name: Fetch Cached Artifacts - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ github.workspace }}/nginx-ingress key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }} @@ -172,7 +172,7 @@ jobs: with: driver-opts: network=host - name: Cache Docker layers - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} @@ -320,7 +320,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - name: Fetch Cached Artifacts - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ github.workspace }}/nginx-ingress key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }} @@ -329,7 +329,7 @@ jobs: with: driver-opts: network=host - name: Docker build cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}