Skip to content

Commit

Permalink
use action of azure login in version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffael-Eloi committed Jun 15, 2024
1 parent f62a054 commit c041f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
terraform_version: 1.7.5

- name: Azure login
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
terraform_version: 1.7.5

- name: Azure login
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit c041f6c

Please sign in to comment.