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

Commit 1bb689b

Browse files
authored
Merge pull request #100 from nginxinc/dependabot/github_actions/actions/cache-v2.1.5
Bump actions/cache from v2.1.4 to v2.1.5
2 parents 28d6faf + 0aecd0b commit 1bb689b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build Binary
4444
run: make binary
4545
- name: Cache Artifacts
46-
uses: actions/[email protected].4
46+
uses: actions/[email protected].5
4747
with:
4848
path: ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
4949
key: nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout Repository
7070
uses: actions/checkout@v2
7171
- name: Fetch Cached Artifacts
72-
uses: actions/[email protected].4
72+
uses: actions/[email protected].5
7373
with:
7474
path: ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
7575
key: nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
driver-opts: network=host
8080
- name: Cache Docker layers
81-
uses: actions/[email protected].4
81+
uses: actions/[email protected].5
8282
with:
8383
path: /tmp/.buildx-cache
8484
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -106,7 +106,7 @@ jobs:
106106
- name: Checkout Repository
107107
uses: actions/checkout@v2
108108
- name: Fetch Cached Artifacts
109-
uses: actions/[email protected].4
109+
uses: actions/[email protected].5
110110
with:
111111
path: ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
112112
key: nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
driver-opts: network=host
120120
- name: Cache Docker layers
121-
uses: actions/[email protected].4
121+
uses: actions/[email protected].5
122122
with:
123123
path: /tmp/.buildx-cache
124124
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)