chore(deps): update azure/k8s-deploy action to v5.1.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
2026-03-13 11:03:13 +00:00
parent ed39c0c50e
commit b20253baf1

View File

@@ -104,7 +104,7 @@ jobs:
echo "No custom secrets to create" echo "No custom secrets to create"
fi fi
- name: Deploy Kubernetes manifests - name: Deploy Kubernetes manifests
uses: azure/k8s-deploy@6f7c489cecd8da05646259d9fa3daae92e095c7b # v5.0.4 uses: azure/k8s-deploy@c8cfec839dc09896b3b8cc40cd13d04792680771 # v5.1.0
with: with:
action: deploy action: deploy
manifests: "${{ inputs.k8s_dir }}" manifests: "${{ inputs.k8s_dir }}"