From cf4b4ddf612d2e3795843b08f9f646ddb7ba7d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 05:07:46 +0000 Subject: [PATCH] Bump azure/arm-deploy from 1 to 2 Bumps [azure/arm-deploy](https://github.com/azure/arm-deploy) from 1 to 2. - [Release notes](https://github.com/azure/arm-deploy/releases) - [Changelog](https://github.com/Azure/arm-deploy/blob/main/ReleaseProcess.md) - [Commits](https://github.com/azure/arm-deploy/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/arm-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/template-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-module.yml b/.github/workflows/template-module.yml index 15ec46b..4b97de9 100644 --- a/.github/workflows/template-module.yml +++ b/.github/workflows/template-module.yml @@ -52,7 +52,7 @@ jobs: subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Run preflight validation - uses: azure/arm-deploy@v1 + uses: azure/arm-deploy@v2 with: scope: "resourcegroup" resourceGroupName: ${{ vars.AZURE_TEST_RESOURCEGROUP_NAME }}