Skip to content

Commit

Permalink
Bump azure/powershell from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [azure/powershell](https://github.com/azure/powershell) from 1 to 2.
- [Release notes](https://github.com/azure/powershell/releases)
- [Commits](Azure/powershell@v1...v2)

---
updated-dependencies:
- dependency-name: azure/powershell
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 9a49fb7 commit 1ce6788
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Pester Tests
id: pester
if: startsWith(github.head_ref, 'release')
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
Import-Module Pester -Force
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-policy-china.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

- name: Update Policy Library
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
Write-Information "==> Running script..." -InformationAction Continue
Expand All @@ -82,7 +82,7 @@ jobs:
Install-Module -Name 'ALZ' -Force
- name: Update Policy Definition Bicep Input Files
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
cd ${{ github.workspace }}/${{ github.repository }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

- name: Update Policy Library
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
Write-Information "==> Running script..." -InformationAction Continue
Expand All @@ -82,7 +82,7 @@ jobs:
Install-Module -Name 'ALZ' -Force
- name: Update Policy Definition Bicep Input Files
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
cd ${{ github.workspace }}/${{ github.repository }}
Expand Down

0 comments on commit 1ce6788

Please sign in to comment.