From 2579c34df28f4db0ce30e22e6e6fd03353cbeef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 21:45:21 +0000 Subject: [PATCH] Bump azure/functions-action from 1.5.0 to 1.5.1 Bumps [azure/functions-action](https://github.com/azure/functions-action) from 1.5.0 to 1.5.1. - [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.5.0...v1.5.1) --- updated-dependencies: - dependency-name: azure/functions-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/master_memcheckfr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_memcheckfr.yml b/.github/workflows/master_memcheckfr.yml index b2444145..c4f2cc8f 100644 --- a/.github/workflows/master_memcheckfr.yml +++ b/.github/workflows/master_memcheckfr.yml @@ -96,7 +96,7 @@ jobs: package: ${{env.WEBUI_PUBLISH_FOLDER}} - name: "Deploy to ${{env.AZURE_FUNCTIONS_NAME_IN_AZURE}} Azure function" - uses: azure/functions-action@v1.5.0 + uses: azure/functions-action@v1.5.1 with: app-name: '${{env.AZURE_FUNCTIONS_NAME_IN_AZURE}}' publish-profile: ${{secrets.MEMCHECK_AZUREFUNC_PUBLISH_PROFILE}}