From 9f61a30cd29bc328afecba5d0a4a330416a03da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 23:12:39 +0000 Subject: [PATCH] Bump Azure/functions-action from 1.5.1 to 1.5.2 Bumps [Azure/functions-action](https://github.com/azure/functions-action) from 1.5.1 to 1.5.2. - [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.1...v1.5.2) --- updated-dependencies: - dependency-name: Azure/functions-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-functions.yml b/.github/workflows/deploy-functions.yml index 1bbd021..529b4a1 100644 --- a/.github/workflows/deploy-functions.yml +++ b/.github/workflows/deploy-functions.yml @@ -47,7 +47,7 @@ jobs: with: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Azure Functions Action - uses: Azure/functions-action@v1.5.1 + uses: Azure/functions-action@v1.5.2 with: # Name of the Azure Function App app-name: plattentests-go