From 1c1ec2947aaca463e31f9824cd27f1dbb837a241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 09:44:41 +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 | 14 +++++++------- 2 files changed, 16 insertions(+), 16 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 bda0c91e5b..e51854de51 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 }} @@ -127,7 +127,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 }} @@ -136,7 +136,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 }} @@ -289,7 +289,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 }} @@ -298,7 +298,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 }} @@ -428,7 +428,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 }} @@ -437,7 +437,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 }}