From 8c86677a05d35d43d0490c3ea6e5ace30fb796ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 13:34:06 +0000 Subject: [PATCH] Update azure/arm-deploy action to v2 --- .github/workflows/deploy-dashboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-dashboard.yml b/.github/workflows/deploy-dashboard.yml index 0c7969678..203ebc0a3 100644 --- a/.github/workflows/deploy-dashboard.yml +++ b/.github/workflows/deploy-dashboard.yml @@ -57,7 +57,7 @@ jobs: subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Deploy Bicep - uses: azure/arm-deploy@v1 + uses: azure/arm-deploy@v2 with: scope: resourcegroup resourceGroupName: ${{ secrets.RESOURCE_GROUP }}