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 Oct 8, 2024
1 parent 78110d9 commit f498cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
node-version: '14'

- uses: azure/setup-kubectl@v3
- uses: azure/setup-kubectl@v4
id: install

- name: Configure AWS Credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
node-version: '14'

- uses: azure/setup-kubectl@v3
- uses: azure/setup-kubectl@v4
id: install

- name: Configure AWS Credentials
Expand Down

0 comments on commit f498cef

Please sign in to comment.