Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/cache from v2.1.4 to v2.1.5 #1541

Merged
merged 1 commit into from
Apr 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
14 changes: 7 additions & 7 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 @@ -127,7 +127,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 @@ -136,7 +136,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 @@ -289,7 +289,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 @@ -298,7 +298,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 @@ -428,7 +428,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 @@ -437,7 +437,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