this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1211 from coronasafe/dependabot/github_actions/dot-github/workflows/azure/setup-kubectl-3.0

Bump azure/setup-kubectl from 2.0 to 3.0 in /.github/workflows

authored by

Mathew and committed by
GitHub
688882c0 4fc0080f

+5 -5
+5 -5
.github/workflows/deployment.yaml
··· 334 334 credentials: ${{ secrets.GKE_SA_KEY }} 335 335 336 336 - name: install kubectl 337 - uses: azure/setup-kubectl@v2.0 337 + uses: azure/setup-kubectl@v3.0 338 338 with: 339 339 version: "v1.23.6" 340 340 id: install ··· 380 380 credentials: ${{ secrets.GKE_SA_KEY }} 381 381 382 382 - name: install kubectl 383 - uses: azure/setup-kubectl@v2.0 383 + uses: azure/setup-kubectl@v3.0 384 384 with: 385 385 version: "v1.23.6" 386 386 id: install ··· 426 426 credentials: ${{ secrets.GKE_SA_KEY }} 427 427 428 428 - name: install kubectl 429 - uses: azure/setup-kubectl@v2.0 429 + uses: azure/setup-kubectl@v3.0 430 430 with: 431 431 version: "v1.23.6" 432 432 id: install ··· 472 472 credentials: ${{ secrets.GKE_SA_KEY }} 473 473 474 474 - name: install kubectl 475 - uses: azure/setup-kubectl@v2.0 475 + uses: azure/setup-kubectl@v3.0 476 476 with: 477 477 version: "v1.23.6" 478 478 id: install ··· 518 518 credentials: ${{ secrets.GKE_SA_KEY }} 519 519 520 520 - name: install kubectl 521 - uses: azure/setup-kubectl@v2.0 521 + uses: azure/setup-kubectl@v3.0 522 522 with: 523 523 version: "v1.23.6" 524 524 id: install