From 0b9a2590d948b96185a7b47feee152e4bb32e378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:25:55 +0000 Subject: [PATCH] Bump azure/CLI from 2 to 3 Bumps [azure/CLI](https://github.com/azure/cli) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: azure/CLI dependency-version: '3' 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 e92544e..ee2ae3d 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@v2 + uses: azure/CLI@v3 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@v2 + uses: azure/CLI@v3 with: inlineScript: | az group create --name $TF_STATE_RG --location eastus