Skip to content

Commit ebfdbb9

Browse files
committed
Update helmfile/helmfile-action action to v2.4.4
1 parent c4e8eb5 commit ebfdbb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Add a helm repo to make "helm repo update" work
3737
run: helm repo add traefik https://traefik.github.io/charts
3838
- name: Deploy the helmfile
39-
uses: helmfile/helmfile-action@v2.4.3
39+
uses: helmfile/helmfile-action@v2.4.4
4040
with:
4141
helmfile-auto-init: true
4242
helmfile-args: sync -e ${{ matrix.chart }} --wait
@@ -65,7 +65,7 @@ jobs:
6565
- name: Add a helm repo to make "helm repo update" work
6666
run: helm repo add traefik https://traefik.github.io/charts
6767
- name: Deploy the helmfile
68-
uses: helmfile/helmfile-action@v2.4.3
68+
uses: helmfile/helmfile-action@v2.4.4
6969
with:
7070
helmfile-auto-init: true
7171
helmfile-args: sync -e tests --wait

0 commit comments

Comments
 (0)