From b7b432891d0aed8fe91e1c307c148af9ebc7d976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 00:44:31 +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/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 9d28a76..adba222 100644 --- a/.github/workflows/develop-func-deploy.yml +++ b/.github/workflows/develop-func-deploy.yml @@ -63,7 +63,7 @@ jobs: ] - name: 'Run Azure Functions Action' - uses: Azure/functions-action@v1.5.0 + uses: Azure/functions-action@v1.5.1 with: app-name: ${{ env.NAME }}-${{ env.STAGE }} package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }} diff --git a/.github/workflows/prod-func-deploy.yml b/.github/workflows/prod-func-deploy.yml index fc334f7..b499532 100644 --- a/.github/workflows/prod-func-deploy.yml +++ b/.github/workflows/prod-func-deploy.yml @@ -52,7 +52,7 @@ jobs: ] - name: 'Run Azure Functions Action' - uses: Azure/functions-action@v1.5.0 + uses: Azure/functions-action@v1.5.1 with: app-name: ${{ env.NAME }}-${{ env.STAGE }} package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}