4343 - name : Build Binary
4444 run : make binary
4545 - name : Cache Artifacts
46- uses : actions/cache@v2.1.4
46+ uses : actions/cache@v2.1.5
4747 with :
4848 path : ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
4949 key : nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
6969 - name : Checkout Repository
7070 uses : actions/checkout@v2
7171 - name : Fetch Cached Artifacts
72- uses : actions/cache@v2.1.4
72+ uses : actions/cache@v2.1.5
7373 with :
7474 path : ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
7575 key : nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
7878 with :
7979 driver-opts : network=host
8080 - name : Cache Docker layers
81- uses : actions/cache@v2.1.4
81+ uses : actions/cache@v2.1.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/cache@v2.1.4
109+ uses : actions/cache@v2.1.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/cache@v2.1.4
121+ uses : actions/cache@v2.1.5
122122 with :
123123 path : /tmp/.buildx-cache
124124 key : ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments