Skip to content

Commit 2da23ba

Browse files
build(deps): bump azure/login from 1 to 2 (#133)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa75189 commit 2da23ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Install Azure CLI
109109
if: ${{ inputs.provider == 'azure' }}
110-
uses: azure/login@v1
110+
uses: azure/login@v2
111111
with:
112112
creds: ${{ secrets.AZURE_CREDENTIALS }}
113113

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# Install azure-cli
7575
- name: Install Azure CLI
7676
if: ${{ inputs.provider == 'azurerm' }}
77-
uses: azure/login@v1
77+
uses: azure/login@v2
7878
with:
7979
creds: ${{ secrets.AZURE_CREDENTIALS }}
8080

.github/workflows/terraform_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Install Azure CLI
107107
if: ${{ inputs.provider == 'azurerm' }}
108-
uses: azure/login@v1
108+
uses: azure/login@v2
109109
with:
110110
creds: ${{ secrets.AZURE_CREDENTIALS }}
111111

.github/workflows/tfdrift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# Install azure-cli
102102
- name: Install Azure CLI
103103
if: ${{ inputs.provider == 'azurerm' }}
104-
uses: azure/login@v1
104+
uses: azure/login@v2
105105
with:
106106
creds: ${{ secrets.AZURE_CREDENTIALS }}
107107

0 commit comments

Comments
 (0)