From e7affca68fc368f6b82b7bced2f46f9f1029f2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:26:45 +0000 Subject: [PATCH] Bump azure/webapps-deploy from 2.2.0 to 2.2.10 Bumps [azure/webapps-deploy](https://github.com/azure/webapps-deploy) from 2.2.0 to 2.2.10. - [Release notes](https://github.com/azure/webapps-deploy/releases) - [Commits](https://github.com/azure/webapps-deploy/compare/v2.2.0...v2.2.10) --- updated-dependencies: - dependency-name: azure/webapps-deploy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/covid19staging.yml | 2 +- .github/workflows/development_covid19-test-dashboard.yml | 2 +- .github/workflows/master_covid19static.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/covid19staging.yml b/.github/workflows/covid19staging.yml index 59dd93d05..0a79247f1 100644 --- a/.github/workflows/covid19staging.yml +++ b/.github/workflows/covid19staging.yml @@ -40,7 +40,7 @@ jobs: yarn run build - name: 'Deploy to Azure Web App' - uses: azure/webapps-deploy@v2.2.0 + uses: azure/webapps-deploy@v2.2.10 with: app-name: 'Covid19StaticSTAGING' slot-name: 'production' diff --git a/.github/workflows/development_covid19-test-dashboard.yml b/.github/workflows/development_covid19-test-dashboard.yml index 9655e8c6d..3eff59d81 100644 --- a/.github/workflows/development_covid19-test-dashboard.yml +++ b/.github/workflows/development_covid19-test-dashboard.yml @@ -43,7 +43,7 @@ jobs: yarn run build - name: 'Deploy to Azure Web App' - uses: azure/webapps-deploy@v2.2.0 + uses: azure/webapps-deploy@v2.2.10 with: app-name: 'covid19-test-dashboard' slot-name: 'production' diff --git a/.github/workflows/master_covid19static.yml b/.github/workflows/master_covid19static.yml index 97626cb64..cd56bcecf 100644 --- a/.github/workflows/master_covid19static.yml +++ b/.github/workflows/master_covid19static.yml @@ -44,7 +44,7 @@ jobs: - name: 'Deploy to Azure Web App' - uses: azure/webapps-deploy@v2.2.0 + uses: azure/webapps-deploy@v2.2.10 with: app-name: 'covid19static' slot-name: 'production'