Skip to content

Commit 0b9a259

Browse files
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](Azure/cli@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] <support@github.com>
1 parent 2ec9115 commit 0b9a259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3333

3434
- name: Azure CLI script
35-
uses: azure/CLI@v2
35+
uses: azure/CLI@v3
3636
with:
3737
inlineScript: |
3838
az group create --name $TF_STATE_RG --location eastus
@@ -118,7 +118,7 @@ jobs:
118118
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
119119

120120
- name: Azure CLI script
121-
uses: azure/CLI@v2
121+
uses: azure/CLI@v3
122122
with:
123123
inlineScript: |
124124
az group create --name $TF_STATE_RG --location eastus

0 commit comments

Comments
 (0)