From 759f143ed00318756bc99595c702202bbe9f4946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:51:20 +0000 Subject: [PATCH] Bump azure/powershell from 2 to 3 Bumps [azure/powershell](https://github.com/azure/powershell) from 2 to 3. - [Release notes](https://github.com/azure/powershell/releases) - [Commits](https://github.com/azure/powershell/compare/v2...v3) --- updated-dependencies: - dependency-name: azure/powershell dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-azure-vms.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-azure-vms.yml b/.github/workflows/create-azure-vms.yml index aad3556a2..52ae5acb8 100644 --- a/.github/workflows/create-azure-vms.yml +++ b/.github/workflows/create-azure-vms.yml @@ -65,12 +65,12 @@ jobs: subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} enable-AzPSSession: true - name: Run manage-azure-vms.ps1 - uses: azure/powershell@v2 + uses: azure/powershell@v3 with: inlineScript: ./.github/workflows/manage-azure-vms.ps1 -GithubPatToken ${{ secrets.PERSONAL_ACCESS_TOKEN }} -MatrixFileName ${{ inputs.matrix_filename }} azPSVersion: '11.5.0' - name: Create Azure VMs - uses: azure/powershell@v2 + uses: azure/powershell@v3 with: inlineScript: | ./.github/workflows/create-azure-machines.ps1 -Password ${{ secrets.VM_PASSWORD }} -GithubPatToken ${{ secrets.PERSONAL_ACCESS_TOKEN }} -WorkflowId ${{ inputs.workflowId }}