Skip to content

Commit 7fd7e04

Browse files
chore(deps): update azure/webapps-deploy action to v3
1 parent 2b301f1 commit 7fd7e04

8 files changed

+8
-8
lines changed

.github/workflows/azure-container-webapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Deploy to Azure Web App
8282
id: deploy-to-webapp
83-
uses: azure/webapps-deploy@v2
83+
uses: azure/webapps-deploy@v3
8484
with:
8585
app-name: ${{ env.AZURE_WEBAPP_NAME }}
8686
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}

.github/workflows/azure-webapps-dotnet-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Deploy to Azure Web App
8484
id: deploy-to-webapp
85-
uses: azure/webapps-deploy@v2
85+
uses: azure/webapps-deploy@v3
8686
with:
8787
app-name: ${{ env.AZURE_WEBAPP_NAME }}
8888
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}

.github/workflows/azure-webapps-java-jar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Deploy to Azure Web App
7575
id: deploy-to-webapp
76-
uses: azure/webapps-deploy@v2
76+
uses: azure/webapps-deploy@v3
7777
with:
7878
app-name: ${{ env.AZURE_WEBAPP_NAME }}
7979
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}

.github/workflows/azure-webapps-node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: 'Deploy to Azure WebApp'
7474
id: deploy-to-webapp
75-
uses: azure/webapps-deploy@v2
75+
uses: azure/webapps-deploy@v3
7676
with:
7777
app-name: ${{ env.AZURE_WEBAPP_NAME }}
7878
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}

.github/workflows/azure-webapps-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: 'Deploy to Azure Web App'
9595
id: deploy-to-webapp
96-
uses: azure/webapps-deploy@v2
96+
uses: azure/webapps-deploy@v3
9797
with:
9898
app-name: ${{ env.AZURE_WEBAPP_NAME }}
9999
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}

.github/workflows/azure-webapps-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: 'Deploy to Azure Web App'
8383
id: deploy-to-webapp
84-
uses: azure/webapps-deploy@v2
84+
uses: azure/webapps-deploy@v3
8585
with:
8686
app-name: ${{ env.AZURE_WEBAPP_NAME }}
8787
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}

.github/workflows/azure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
npm run build --if-present
4444
npm run test --if-present
4545
- name: 'Deploy to Azure WebApp'
46-
uses: azure/webapps-deploy@v2
46+
uses: azure/webapps-deploy@v3
4747
with:
4848
app-name: ${{ env.AZURE_WEBAPP_NAME }}
4949
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}

.github/workflows/devops-starter-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
echo "::add-mask::`az acr credential show -n ${{ env.REGISTRYNAME }} --query passwords[0].value | xargs`"
9090
9191
- name: 'Deploy to Azure Web App for Container'
92-
uses: azure/webapps-deploy@v2
92+
uses: azure/webapps-deploy@v3
9393
with:
9494
app-name: ${{ env.APPNAME }}
9595
images: ${{ env.REGISTRYNAME }}.azurecr.io/${{ env.IMAGENAME }}:${{ github.sha }}

0 commit comments

Comments
 (0)