Skip to content

Commit

Permalink
chore(deps): Bump helm/kind-action from 1.9.0 to 1.10.0 (#834)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
dependabot[bot] and jeromy-cannon committed May 10, 2024
1 parent cc21f92 commit 494205f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/zxc-compile-code.yaml
Expand Up @@ -125,8 +125,13 @@ jobs:
docker system prune -f
docker image prune -f
- name: Install wget
run: |
sudo apt-get update
sudo apt-get install -y wget
- name: Setup Kind
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
if: ${{ inputs.enable-unit-tests && !cancelled() && !failure() }}
with:
node_image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/zxc-helm-chart-tests.yaml
Expand Up @@ -109,8 +109,13 @@ jobs:
docker system prune -f
docker image prune -f
- name: Install wget
run: |
sudo apt-get update
sudo apt-get install -y wget
- name: Setup Kind
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
if: ${{ steps.check-changed-files.outputs.run-tests && !cancelled() && !failure() }}
with:
node_image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
Expand Down

0 comments on commit 494205f

Please sign in to comment.