From 6d454788b6ff6e70ec8c132289ded325d534e0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:06:29 +0000 Subject: [PATCH] chore(deps): bump azure/login from 1.6.0 to 1.6.1 Bumps [azure/login](https://github.com/azure/login) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/e15b166166a8746d1a47596803bd8c1b595455cf...cb79c773a3cfa27f31f25eb3f677781210c9ce3d) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 64c89153..b77dd2bb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -44,7 +44,7 @@ jobs: - name: Set default Kubernetes namespace run: | kubectl config set-context posh --namespace demo - - uses: azure/login@e15b166166a8746d1a47596803bd8c1b595455cf + - uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d with: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build oh-my-posh 🔧