From eacff0865db44a332c32fb4719beede4b7d7acbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:40:39 +0000 Subject: [PATCH] Bump azure/CLI from 1 to 2 Bumps [azure/CLI](https://github.com/azure/cli) from 1 to 2. - [Release notes](https://github.com/azure/cli/releases) - [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md) - [Commits](https://github.com/azure/cli/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/CLI dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index cb52f5d..543475b 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -32,7 +32,7 @@ jobs: subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Azure CLI script - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: inlineScript: | az group create --name $TF_STATE_RG --location eastus @@ -118,7 +118,7 @@ jobs: subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Azure CLI script - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: inlineScript: | az group create --name $TF_STATE_RG --location eastus