Skip to content

Commit

Permalink
Build(deps): Bump azure/setup-kubectl from 3.2 to 4
Browse files Browse the repository at this point in the history
Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 3.2 to 4.
- [Release notes](https://github.com/azure/setup-kubectl/releases)
- [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-kubectl@v3.2...v4)

---
updated-dependencies:
- dependency-name: azure/setup-kubectl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and remche committed Jun 24, 2024
1 parent a224ebe commit 4814783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-fast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
K8S_API_SERVER=$(terraform output -raw server_ip)
until (nc -z $K8S_API_SERVER 6443); do echo Wait for master node && sleep 10; done;
working-directory: ${{ env.WORKING_DIR }}
- uses: azure/setup-kubectl@v3.2
- uses: azure/setup-kubectl@v4
- name: Wait for nodes to be ready
run: kubectl wait nodes --all --for=condition=ready --kubeconfig $(pwd)/rke2.yaml --timeout -1s
working-directory: ${{ env.WORKING_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
K8S_API_SERVER=$(terraform output -raw server_ip)
until (nc -z $K8S_API_SERVER 6443); do echo Wait for master node && sleep 10; done;
working-directory: examples/${{ matrix.TEST }}
- uses: azure/setup-kubectl@v3.2
- uses: azure/setup-kubectl@v4
- name: Wait for nodes to be ready
run: kubectl wait nodes --all --for=condition=ready --kubeconfig $(pwd)/rke2.yaml --timeout -1s
working-directory: examples/${{ matrix.TEST }}
Expand Down

0 comments on commit 4814783

Please sign in to comment.