From bf5eb5bcd1826ebdf509bd4259c474e61d3cb6b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 05:43:10 +0000 Subject: [PATCH] Bump azure/CLI from 1.0.6 to 1.0.8 Bumps [azure/CLI](https://github.com/azure/cli) from 1.0.6 to 1.0.8. - [Release notes](https://github.com/azure/cli/releases) - [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md) - [Commits](https://github.com/azure/cli/compare/v1.0.6...v1.0.8) --- updated-dependencies: - dependency-name: azure/CLI dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/functionapp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/functionapp.yml b/.github/workflows/functionapp.yml index 9f20c3e..d9b69e1 100644 --- a/.github/workflows/functionapp.yml +++ b/.github/workflows/functionapp.yml @@ -28,14 +28,14 @@ jobs: with: creds: ${{ secrets.AZURE_RBAC_CREDENTIALS }} - name: Create Resource Group - uses: azure/CLI@v1.0.6 + uses: azure/CLI@v1.0.8 with: inlineScript: | az group create \ --name ${{ env.RESOURCE_GROUP_NAME }} \ --location ${{ env.LOCATION }} \ - name: Create Storage Account - uses: azure/CLI@v1.0.6 + uses: azure/CLI@v1.0.8 with: inlineScript: | az storage account create \ @@ -46,7 +46,7 @@ jobs: --kind StorageV2 \ --access-tier Hot - name: Create Function App - uses: azure/CLI@v1.0.6 + uses: azure/CLI@v1.0.8 with: inlineScript: | az functionapp create \ @@ -74,7 +74,7 @@ jobs: app-name: ${{ env.FUNCTION_APP_NAME }} package: './${{ env.FUNCTION_APP_PACKAGE_PATH }}/output' - name: Set App Settings - uses: azure/CLI@v1.0.6 + uses: azure/CLI@v1.0.8 with: inlineScript: | az functionapp config appsettings set \