From 2ffc6b7ccd4d8a9957c36c2fd04293829024aecf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 04:07:05 +0000 Subject: [PATCH] chore(deps): update azure/arm-deploy action to v2 --- .github/workflows/deploy-to-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-azure.yml b/.github/workflows/deploy-to-azure.yml index 5fdd759..729ff18 100644 --- a/.github/workflows/deploy-to-azure.yml +++ b/.github/workflows/deploy-to-azure.yml @@ -65,7 +65,7 @@ jobs: # Deploy Bicep file - name: Deploy Bicep Declaration on Azure - uses: azure/arm-deploy@v1 + uses: azure/arm-deploy@v2 id: deploy with: subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION }}