From 62039e77ccb7c1841b96cead335c30cde38c063b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:53:36 +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/my-first-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/my-first-workflow.yml b/.github/workflows/my-first-workflow.yml index c9cc560..53bec8f 100644 --- a/.github/workflows/my-first-workflow.yml +++ b/.github/workflows/my-first-workflow.yml @@ -18,7 +18,7 @@ jobs: enable-AzPSSession: true - name: 'Create resource group with PowerShell action' - uses: azure/powershell@v1 + uses: azure/powershell@v2 with: inlineScript: | New-AzResourceGroup -Name MyFirstResourceGroup -Location "South Central US"