chore(deps): bump azure/login from 1.6.1 to 2.0.0

Bumps [azure/login](https://github.com/azure/login) from 1.6.1 to 2.0.0.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](cb79c773a3...8c334a195c)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-08 00:26:49 +00:00 committed by github-actions[bot]
parent 24ddffe0a5
commit 6cd13337ab

View file

@ -44,7 +44,7 @@ jobs:
- name: Set default Kubernetes namespace
run: |
kubectl config set-context posh --namespace demo
- uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d
- uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Build oh-my-posh 🔧