chore: bump azure/login from 2.1.1 to 2.2.0
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions

Bumps [azure/login](https://github.com/azure/login) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](6c251865b4...a65d910e8a)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-19 00:20:19 +00:00 committed by github-actions[bot]
parent a741b18d90
commit b339396fa2

View file

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