Skip to content

Commit

Permalink
Merge pull request #792 from acend/renovate/azure-setup-kubectl-4.x
Browse files Browse the repository at this point in the history
Update azure/setup-kubectl action to v4
  • Loading branch information
splattner authored May 8, 2024
2 parents 215c122 + 5b10025 commit 09dd776
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
version: v3.6.2
-
name: Install Kubectl
uses: azure/setup-kubectl@v3
uses: azure/setup-kubectl@v4
with:
version: v1.21.2
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: v3.6.2
-
name: Install Kubectl
uses: azure/setup-kubectl@v3
uses: azure/setup-kubectl@v4
with:
version: v1.21.2
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
version: v3.6.2
-
name: Install Kubectl
uses: azure/setup-kubectl@v3
uses: azure/setup-kubectl@v4
with:
version: v1.21.2
-
Expand Down

0 comments on commit 09dd776

Please sign in to comment.