-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
c3d24c4
commit c6bfe75
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|