Skip to content

Commit ba04668

Browse files
Update azure/setup-kubectl action to v4
1 parent ed2d91e commit ba04668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
node-version: '14'
4646

47-
- uses: azure/setup-kubectl@v3
47+
- uses: azure/setup-kubectl@v4
4848
id: install
4949

5050
- name: Configure AWS Credentials

.github/workflows/release-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
node-version: '14'
4646

47-
- uses: azure/setup-kubectl@v3
47+
- uses: azure/setup-kubectl@v4
4848
id: install
4949

5050
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)