Skip to content

Commit e9b73ff

Browse files
authored
Merge pull request #24 from codebytes/dependabot/github_actions/azure/CLI-2
Bump azure/CLI from 1 to 2
2 parents 836b599 + eacff08 commit e9b73ff

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@v1
35+
uses: azure/CLI@v2
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@v1
121+
uses: azure/CLI@v2
122122
with:
123123
inlineScript: |
124124
az group create --name $TF_STATE_RG --location eastus

0 commit comments

Comments
 (0)