Skip to content

Commit

Permalink
Bump azure/login from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 1 to 2.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@v1...v2)

---
updated-dependencies:
- dependency-name: azure/login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent c27a23d commit e7af76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Azure login
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_VM_CREDS }}
- name: Start the Runner
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
if: always()
steps:
- name: Azure login
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_VM_CREDS }}
- name: Deallocate the Runner
Expand Down

0 comments on commit e7af76f

Please sign in to comment.