Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

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

Merged
merged 1 commit into from
Apr 19, 2021
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build Binary
run: make binary
- name: Cache Artifacts
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
key: nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
Expand All @@ -69,7 +69,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 }}/build/_output/bin/nginx-ingress-operator
key: nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
Expand All @@ -78,7 +78,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 @@ -106,7 +106,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 }}/build/_output/bin/nginx-ingress-operator
key: nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
Expand All @@ -118,7 +118,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