Skip to content

Commit

Permalink
use newly released action
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Sep 18, 2023
1 parent 0230bd5 commit a27cb09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@OPSEXP-2242-kindaction
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v3.3.0
with:
ingress-nginx-ref: controller-v1.8.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@OPSEXP-2242-kindaction
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v3.3.0
with:
ingress-nginx-ref: controller-v1.8.2

Expand Down

0 comments on commit a27cb09

Please sign in to comment.