From 458b12c4406012ea84438a99d2db6932dca65277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:19:06 +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/10-dotnet.yml | 2 +- .github/workflows/pr-validation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/10-dotnet.yml b/.github/workflows/10-dotnet.yml index ad4eaf1..445c10f 100644 --- a/.github/workflows/10-dotnet.yml +++ b/.github/workflows/10-dotnet.yml @@ -84,7 +84,7 @@ jobs: # Deploy Bicep file - name: deploy id: deploy - uses: azure/arm-deploy@v1 + uses: azure/arm-deploy@v2 with: resourceGroupName: ${{ secrets.AZURE_RG }} template: ./iac/main.bicep diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index f04d3dc..4ed2519 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -32,7 +32,7 @@ jobs: az group create \ --name ${{ env.resourceGroupName }} \ --location ${{ env.resourceGroupLocation }} - - uses: azure/arm-deploy@v1 + - uses: azure/arm-deploy@v2 id: deploy name: Deploy Bicep file with: