From 48eda6de2c13f1c00abd5fc04501007372032b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 05:10:47 +0000 Subject: [PATCH] Bump azure/login from 1.4.5 to 1.4.7 Bumps [azure/login](https://github.com/azure/login) from 1.4.5 to 1.4.7. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.4.5...v1.4.7) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/functionapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functionapp.yml b/.github/workflows/functionapp.yml index 9f20c3e..2f94843 100644 --- a/.github/workflows/functionapp.yml +++ b/.github/workflows/functionapp.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Login to Azure - uses: azure/login@v1.4.5 + uses: azure/login@v1.4.7 with: creds: ${{ secrets.AZURE_RBAC_CREDENTIALS }} - name: Create Resource Group