From e7af4b53d77143951c191578b640adfa9fd2468d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:03:09 +0000 Subject: [PATCH] Bump azure/login from 1.6.0 to 2.0.0 Bumps [azure/login](https://github.com/azure/login) from 1.6.0 to 2.0.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.6.0...v2.0.0) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-major ... 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 ead6fcc7e..39d8c1d24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: path: nugets/ retention-days: 7 - name: Azure login - uses: azure/login@v1.6.0 + uses: azure/login@v2.0.0 if: matrix.engine == 'PostgreSQL' || (matrix.engine == 'Oracle' && matrix.os-name == 'Windows') with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}