Skip to content

Commit

Permalink
Bump azure/webapps-deploy from 2 to 3 (#911)
Browse files Browse the repository at this point in the history
Bumps [azure/webapps-deploy](https://github.com/azure/webapps-deploy) from 2 to 3.
- [Release notes](https://github.com/azure/webapps-deploy/releases)
- [Commits](Azure/webapps-deploy@v2...v3)

---
updated-dependencies:
- dependency-name: azure/webapps-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 07ccce0 commit b345f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy-Azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: website

- name: Run Azure webapp deploy action using publish profile credentials
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3
with:
app-name: ${{ env.appName }}
slot-name: Production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openid-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Run Azure webapp deploy action using publish profile credentials
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3
with:
app-name: ${{ secrets.APPNAME }}
slot-name: Production
Expand Down

0 comments on commit b345f6b

Please sign in to comment.