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