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

Commit 1bd95ce

Browse files
Bump actions/cache from v2 to v2.1.4 (#53)
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f123cb0 commit 1bd95ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
GOFLAGS: '-gcflags=-trimpath=${{ github.workspace }} -asmflags=-trimpath=${{ github.workspace }}'
4242
- name: Cache Artifacts
43-
uses: actions/cache@v2
43+
uses: actions/cache@v2.1.4
4444
with:
4545
path: ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
4646
key: nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
@@ -66,7 +66,7 @@ jobs:
6666
- name: Checkout Repository
6767
uses: actions/checkout@v2
6868
- name: Fetch Cached Artifacts
69-
uses: actions/cache@v2
69+
uses: actions/cache@v2.1.4
7070
with:
7171
path: ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
7272
key: nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
driver-opts: network=host
7777
- name: Cache Docker layers
78-
uses: actions/cache@v2
78+
uses: actions/cache@v2.1.4
7979
with:
8080
path: /tmp/.buildx-cache
8181
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -103,7 +103,7 @@ jobs:
103103
- name: Checkout Repository
104104
uses: actions/checkout@v2
105105
- name: Fetch Cached Artifacts
106-
uses: actions/cache@v2
106+
uses: actions/cache@v2.1.4
107107
with:
108108
path: ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
109109
key: nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
driver-opts: network=host
117117
- name: Cache Docker layers
118-
uses: actions/cache@v2
118+
uses: actions/cache@v2.1.4
119119
with:
120120
path: /tmp/.buildx-cache
121121
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)