From 9370cab7ec94d202f0d2da46767b6c4940f21145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:28:39 +0000 Subject: [PATCH] Bump azure/powershell from 1 to 2 Bumps [azure/powershell](https://github.com/azure/powershell) from 1 to 2. - [Release notes](https://github.com/azure/powershell/releases) - [Commits](https://github.com/azure/powershell/compare/v1...v2) --- updated-dependencies: - dependency-name: azure/powershell dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_service-build.yml | 2 +- .github/workflows/_service-deploy.yml | 2 +- .github/workflows/environments.yml | 2 +- .github/workflows/platform.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_service-build.yml b/.github/workflows/_service-build.yml index 643b700..38400e0 100644 --- a/.github/workflows/_service-build.yml +++ b/.github/workflows/_service-build.yml @@ -48,7 +48,7 @@ jobs: - run: dotnet --version - name: 'Build service' - uses: azure/powershell@v1 + uses: azure/powershell@v2 with: inlineScript: | Set-Location ./infrastructure diff --git a/.github/workflows/_service-deploy.yml b/.github/workflows/_service-deploy.yml index 43c9436..9ec1149 100644 --- a/.github/workflows/_service-deploy.yml +++ b/.github/workflows/_service-deploy.yml @@ -29,7 +29,7 @@ jobs: enable-AzPSSession: true - name: 'Deploy Azure resources' - uses: azure/powershell@v1 + uses: azure/powershell@v2 with: inlineScript: | Set-Location ./infrastructure diff --git a/.github/workflows/environments.yml b/.github/workflows/environments.yml index af4f5da..41d51c1 100644 --- a/.github/workflows/environments.yml +++ b/.github/workflows/environments.yml @@ -30,7 +30,7 @@ jobs: enable-AzPSSession: true - name: 'Deploy Azure resources' - uses: azure/powershell@v1 + uses: azure/powershell@v2 with: inlineScript: | Set-Location ./infrastructure diff --git a/.github/workflows/platform.yml b/.github/workflows/platform.yml index b6d46ca..251ab56 100644 --- a/.github/workflows/platform.yml +++ b/.github/workflows/platform.yml @@ -25,7 +25,7 @@ jobs: enable-AzPSSession: true - name: 'Deploy Azure resources' - uses: azure/powershell@v1 + uses: azure/powershell@v2 with: inlineScript: | Set-Location ./infrastructure