Skip to content

Commit

Permalink
chore(deps): Bump Azure/login from 1 to 2 in /.github/workflows
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 5, 2024
1 parent 20c9d1f commit 4c6bbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
name: ${{ env.HANDLER_NAME }}

- name: 'Login via Azure CLI'
uses: Azure/login@v1
uses: Azure/login@v2
with:
tenant-id: a26571f1-22b3-4756-ac7b-39ca684fab48
subscription-id: 108b3ddb-53fb-4344-80b2-d6c151912be6
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
name: ${{ env.HANDLER_NAME }}

- name: 'Login via Azure CLI'
uses: azure/login@v1
uses: azure/login@v2
with:
tenant-id: a26571f1-22b3-4756-ac7b-39ca684fab48
subscription-id: 108b3ddb-53fb-4344-80b2-d6c151912be6
Expand Down

0 comments on commit 4c6bbee

Please sign in to comment.