Skip to content

Commit

Permalink
Merge pull request #213 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 Aug 7, 2024
2 parents 55b39f7 + 6df7e52 commit 2acb96b
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 @@ -60,7 +60,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 @@ -62,7 +62,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 2acb96b

Please sign in to comment.