Skip to content

Commit

Permalink
Merge pull request #211 from SwiftFiddle/renovate/azure-setup-kubectl…
Browse files Browse the repository at this point in the history
…-4.x

Update azure/setup-kubectl action to v4
  • Loading branch information
kishikawakatsumi authored Mar 11, 2024
2 parents 5521696 + 5b23275 commit e591dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
docker build --rm --tag ${IMAGE_TAG} .
docker push ${IMAGE_TAG}
- uses: azure/setup-kubectl@v3
- uses: azure/setup-kubectl@v4
- uses: azure/aks-set-context@v4
with:
resource-group: ${{ env.RESOURCE_GROUP }}
Expand Down

0 comments on commit e591dc2

Please sign in to comment.