From 9c8d25f093bcdff0848e3fea4b56f5d56d8899f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:28:08 +0000 Subject: [PATCH] chore(deps): bump Azure/functions-action from 1.5.6 to 1.5.7 Bumps [Azure/functions-action](https://github.com/azure/functions-action) from 1.5.6 to 1.5.7. - [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.6...v1.5.7) --- updated-dependencies: - dependency-name: Azure/functions-action dependency-version: 1.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/develop-func-deploy.yml | 2 +- .github/workflows/prod-func-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop-func-deploy.yml b/.github/workflows/develop-func-deploy.yml index 867c974..a72fd52 100644 --- a/.github/workflows/develop-func-deploy.yml +++ b/.github/workflows/develop-func-deploy.yml @@ -176,7 +176,7 @@ jobs: } - name: "Run Azure Functions Action" - uses: Azure/functions-action@v1.5.6 + uses: Azure/functions-action@v1.5.7 with: app-name: func-${{ env.NAME }}-${{ env.STAGE }} diff --git a/.github/workflows/prod-func-deploy.yml b/.github/workflows/prod-func-deploy.yml index d879252..f6181bb 100644 --- a/.github/workflows/prod-func-deploy.yml +++ b/.github/workflows/prod-func-deploy.yml @@ -162,7 +162,7 @@ jobs: } - name: "Run Azure Functions Action" - uses: Azure/functions-action@v1.5.6 + uses: Azure/functions-action@v1.5.7 with: app-name: func-${{ env.NAME }}-${{ env.STAGE }}