From c6f3aed08c97ad2c5e70740141afdb4d251f9208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 06:01:17 +0000 Subject: [PATCH] Bump Azure/functions-action from 1.4.6 to 1.5.0 Bumps [Azure/functions-action](https://github.com/Azure/functions-action) from 1.4.6 to 1.5.0. - [Release notes](https://github.com/Azure/functions-action/releases) - [Changelog](https://github.com/Azure/functions-action/blob/master/release.ps1) - [Commits](https://github.com/Azure/functions-action/compare/v1.4.6...v1.5.0) --- updated-dependencies: - dependency-name: Azure/functions-action dependency-type: direct:production update-type: version-update:semver-minor ... 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..18e8c66 100644 --- a/.github/workflows/functionapp.yml +++ b/.github/workflows/functionapp.yml @@ -69,7 +69,7 @@ jobs: dotnet build --configuration Release --output ./output popd - name: 'Run Azure Functions Action' - uses: Azure/functions-action@v1.4.6 + uses: Azure/functions-action@v1.5.0 with: app-name: ${{ env.FUNCTION_APP_NAME }} package: './${{ env.FUNCTION_APP_PACKAGE_PATH }}/output'