Skip to content

Commit b80dfa8

Browse files
chore(deps): update all-ci-updates
1 parent 3cad974 commit b80dfa8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
value: ${{ secrets.CODECOV_TOKEN }}
7878
- name: Upload Report to Codecov
7979
if: ${{ steps.checksecret.outputs.result == 'true' }}
80-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
80+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
8181
with:
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383
slug: projectcapsule/capsule-proxy

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3232
with:
3333
go-version-file: 'go.mod'
34-
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
34+
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
3535
with:
3636
version: v3.14.2
3737
- name: e2e testing

.github/workflows/helm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
with:
3535
fetch-depth: 0
36-
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
36+
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
3737
- name: Run chart-testing (lint)
3838
run: make helm-lint
3939
- name: Run docs-testing (helm-docs)

0 commit comments

Comments
 (0)