Skip to content

Commit

Permalink
chore: bump azure/login from 1.5.1 to 1.6.0 (#209)
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 1.5.1 to 1.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/login/commit/e15b166166a8746d1a47596803bd8c1b595455cf"><code>e15b166</code></a>
prepare release v1.6.0</li>
<li><a
href="https://github.com/Azure/login/commit/3f2bf91b4d94b80f92c4315ce76835b6bd442380"><code>3f2bf91</code></a>
Fix <a
href="https://redirect.github.com/azure/login/issues/384">#384</a>:
Remove <code>az account clear</code> in az cli (<a
href="https://redirect.github.com/azure/login/issues/398">#398</a>)</li>
<li><a
href="https://github.com/Azure/login/commit/b5038826b123803a65e9bcef8ea1f529f14c2a2b"><code>b503882</code></a>
Add <code>pre:</code> and <code>post:</code> action for cleaning up (<a
href="https://redirect.github.com/azure/login/issues/384">#384</a>)</li>
<li><a
href="https://github.com/Azure/login/commit/45c3280904d6ab9d2fba45123b9e0aeb15ea9cd0"><code>45c3280</code></a>
update workflow files for macos (<a
href="https://redirect.github.com/azure/login/issues/390">#390</a>)</li>
<li><a
href="https://github.com/Azure/login/commit/165d6877fd0d65adf27b75d8e3139f5558760570"><code>165d687</code></a>
Update Workflows (<a
href="https://redirect.github.com/azure/login/issues/385">#385</a>)</li>
<li>See full diff in <a
href="https://github.com/azure/login/compare/v1.5.1...v1.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure/login&package-manager=github_actions&previous-version=1.5.1&new-version=1.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 18, 2024
1 parent 7e80975 commit c9a63bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-preset-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
fi
- name: 'Az CLI login'
uses: azure/login@v1.5.1
uses: azure/login@v1.6.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kaito-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "RUN_LLAMA_13B=false" >> $GITHUB_ENV
echo "AI_MODELS_IMAGE_VERSION=0.0.1" >> $GITHUB_ENV
- uses: azure/login@v1.5.1
- uses: azure/login@v1.6.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
AZURE_RESOURCE_GROUP: ${{ env.CLUSTER_NAME }}
AZURE_CLUSTER_NAME: ${{ env.CLUSTER_NAME }}

- uses: azure/login@v1.5.1
- uses: azure/login@v1.6.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
submodules: true
ref: ${{ env.REPO_TAG }}
- name: 'Az CLI login'
uses: azure/login@v1.5.1
uses: azure/login@v1.6.0
with:
client-id: ${{ secrets.KAITO_MCR_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit c9a63bc

Please sign in to comment.