File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ jobs:
339339 merge-multiple : true
340340 pattern : coverage-artifacts-*
341341 - name : Upload coverage report
342- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # 5.0.7
342+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # 5.5.0
343343 env :
344344 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
345345
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 if : steps.go-cache.outputs.cache-hit != 'true'
155155 run : make -j2 gomoddownload
156156 - name : Create kind cluster
157- uses : helm/kind-action@v1.10 .0
157+ uses : helm/kind-action@v1.12 .0
158158 with :
159159 node_image : kindest/node:${{ matrix.k8s-version }}
160160 kubectl_version : ${{ matrix.k8s-version }}
You can’t perform that action at this time.
0 commit comments