Skip to content

Commit

Permalink
Bump actions/cache from v2.1.4 to v2.1.5
Browse files Browse the repository at this point in the history
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](actions/cache@v2.1.4...1a9e213)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 19, 2021
1 parent c3d24c4 commit c6bfe75
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
env:
GOFLAGS: '-gcflags=-trimpath=${{ github.workspace }} -asmflags=-trimpath=${{ github.workspace }}'
- name: Store Artifacts in Cache
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ${{ github.workspace }}/nginx-ingress
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Fetch Cached Artifacts
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ${{ github.workspace }}/nginx-ingress
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Expand All @@ -178,7 +178,7 @@ jobs:
with:
driver-opts: network=host
- name: Cache Docker layers
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Fetch Cached Artifacts
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ${{ github.workspace }}/nginx-ingress
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Expand All @@ -303,7 +303,7 @@ jobs:
with:
driver-opts: network=host
- name: Cache Docker layers
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Fetch Cached Artifacts
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ${{ github.workspace }}/nginx-ingress
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Expand All @@ -360,7 +360,7 @@ jobs:
with:
driver-opts: network=host
- name: Docker build cache
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
run: |
echo "::set-output name=sha::$(echo ${GITHUB_SHA} | cut -c1-7)"
- name: Fetch Cached Artifacts
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ${{ github.workspace }}/nginx-ingress
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Expand All @@ -473,7 +473,7 @@ jobs:
with:
driver-opts: network=host
- name: Cache Docker layers
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
GOFLAGS: '-gcflags=-trimpath=${{ github.workspace }} -asmflags=-trimpath=${{ github.workspace }}'
- name: Store Artifacts in Cache
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ${{ github.workspace }}/nginx-ingress
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Fetch Cached Artifacts
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ${{ github.workspace }}/nginx-ingress
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Expand All @@ -172,7 +172,7 @@ jobs:
with:
driver-opts: network=host
- name: Cache Docker layers
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Fetch Cached Artifacts
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ${{ github.workspace }}/nginx-ingress
key: nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Expand All @@ -329,7 +329,7 @@ jobs:
with:
driver-opts: network=host
- name: Docker build cache
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit c6bfe75

Please sign in to comment.