Skip to content

Commit

Permalink
Bump Azure/functions-action from 1.5.0 to 1.5.1
Browse files Browse the repository at this point in the history
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](Azure/functions-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent c3578f9 commit b7b4328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-func-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
]
- name: 'Run Azure Functions Action'
uses: Azure/[email protected].0
uses: Azure/[email protected].1
with:
app-name: ${{ env.NAME }}-${{ env.STAGE }}
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-func-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
]
- name: 'Run Azure Functions Action'
uses: Azure/[email protected].0
uses: Azure/[email protected].1
with:
app-name: ${{ env.NAME }}-${{ env.STAGE }}
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
Expand Down

0 comments on commit b7b4328

Please sign in to comment.