Skip to content

Commit 35900ae

Browse files
Update github-actions deps
1 parent 5d83ae9 commit 35900ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)