From 0b90e2d6ec6dab8bd018d6ea72c22bd914aa43c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:53:26 +0000 Subject: [PATCH] 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/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12b2cf9..b90d63b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Azure login if: matrix.os-name == 'Windows' - uses: azure/login@v1.6.0 + uses: azure/login@v1.6.1 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} - name: Run