From 6e852a4d474da29e4582f11bb44b50e0fa130a68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 04:23:46 +0000 Subject: [PATCH] chore(deps): update azure/arm-deploy action to v2 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f066aff..21ca3dc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Deploy Bicep template - uses: azure/arm-deploy@v1 + uses: azure/arm-deploy@v2 with: scope: subscription region: ${{ env.LOCATION }}