Skip to content

Commit

Permalink
Update azure/setup-kubectl action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 9d55ce1 commit fef141f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
var_file: ${CHART_NAME}/values-test.yaml

- name: Install kubectl
uses: azure/setup-kubectl@v3
uses: azure/setup-kubectl@v4
with:
version: v1.26.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
helm lint ${CHART_NAME} -f ${CHART_NAME}/values-test.yaml
- name: Install kubectl
uses: azure/setup-kubectl@v3
uses: azure/setup-kubectl@v4
with:
version: v1.26.0

Expand Down

0 comments on commit fef141f

Please sign in to comment.