Skip to content

Commit

Permalink
Merge pull request #6 from FINTLabs/dependabot/github_actions/azure/k…
Browse files Browse the repository at this point in the history
…8s-deploy-5

Bump azure/k8s-deploy from 4 to 5
  • Loading branch information
nilsodd authored Apr 8, 2024
2 parents b37a878 + 898e673 commit a6f028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Deploy to Kubernetes
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) || matrix.deploy-every-branch == true
uses: azure/k8s-deploy@v4
uses: azure/k8s-deploy@v5
with:
action: deploy
manifests: ${{ steps.bake.outputs.manifestsBundle }}
Expand Down

0 comments on commit a6f028e

Please sign in to comment.