Skip to content

Commit 0397d01

Browse files
workflows: bump azure/setup-kubectl from 3.0 to 3.1 (#6506)
Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 3.0 to 3.1. - [Release notes](https://github.com/azure/setup-kubectl/releases) - [Commits](Azure/setup-kubectl@v3.0...v3.1) --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e244a91 commit 0397d01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/call-run-integration-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
version: v3.8.1
234234

235235
- name: Set up Kubectl
236-
uses: azure/setup-kubectl@v3.0
236+
uses: azure/setup-kubectl@v3.1
237237

238238
- name: Run tests
239239
run: |
@@ -286,7 +286,7 @@ jobs:
286286
version: v3.8.1
287287

288288
- name: Set up Kubectl
289-
uses: azure/setup-kubectl@v3.0
289+
uses: azure/setup-kubectl@v3.1
290290

291291
- name: Get the GKE Kubeconfig
292292
if: matrix.cloud == 'gke'

.github/workflows/call-test-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
version: v3.6.3
191191

192192
- name: Set up Kubectl
193-
uses: azure/setup-kubectl@v3.0
193+
uses: azure/setup-kubectl@v3.1
194194

195195
- name: Test the HTTP server is responding
196196
timeout-minutes: 5

0 commit comments

Comments
 (0)