Skip to content

Commit a68b3be

Browse files
committed
Bump dependencies in the CI
1 parent 93f2a3b commit a68b3be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
- name: Set up Helm
7777
uses: azure/setup-helm@v4
7878
with:
79-
version: v3.16.4
79+
version: v3.17.4
8080
- name: Set up chart-testing
8181
uses: helm/[email protected]
8282
- name: Create kind cluster
8383
uses: helm/[email protected]
8484
with:
85-
version: v0.26.0
85+
version: v0.29.0
8686
- name: Run tests
8787
run: ./tests/trino/test.sh ${{ matrix.args }}
8888

@@ -101,13 +101,13 @@ jobs:
101101
- name: Set up Helm
102102
uses: azure/setup-helm@v4
103103
with:
104-
version: v3.16.4
104+
version: v3.17.4
105105
- name: Set up chart-testing
106106
uses: helm/[email protected]
107107
- name: Create kind cluster
108108
uses: helm/[email protected]
109109
with:
110-
version: v0.24.0
110+
version: v0.29.0
111111
- name: Run gateway tests
112112
run: ./tests/gateway/test.sh ${{ matrix.args }}
113113

0 commit comments

Comments
 (0)