Skip to content

Commit

Permalink
chore: bump azure/login from 1.6.1 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 1.6.1 to 2.1.0.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@v1.6.1...v2.1.0)

---
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 Apr 22, 2024
1 parent b3460ff commit 1ec4f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aks-addon-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "CLUSTER_NAME=aks-addon-vk-test${rand}" >> $GITHUB_ENV
- uses: azure/login@v1.6.1
- uses: azure/login@v2.1.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "CLUSTER_NAME=vk-aci-test${rand}" >> $GITHUB_ENV
- uses: azure/login@v1.6.1
- uses: azure/login@v2.1.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 1ec4f7e

Please sign in to comment.