chore(deps): update azure/arm-deploy action to v2

This commit is contained in:
renovate[bot] 2024-02-13 04:23:46 +00:00 committed by GitHub
parent 81b513ce31
commit 6e852a4d47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Deploy Bicep template - name: Deploy Bicep template
uses: azure/arm-deploy@v1 uses: azure/arm-deploy@v2
with: with:
scope: subscription scope: subscription
region: ${{ env.LOCATION }} region: ${{ env.LOCATION }}