Skip to content

Commit

Permalink
fix: bump azure/powershell from 1 to 2 (#1781)
Browse files Browse the repository at this point in the history
Bumps [azure/powershell](https://github.com/azure/powershell) from 1 to
2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/azure/powershell/releases">azure/powershell's
releases</a>.</em></p>
<blockquote>
<h2>Azure PowerShell Action v2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update the action to use Node.js 20 by <a
href="https://github.com/YanaXu"><code>@​YanaXu</code></a> in <a
href="https://redirect.github.com/Azure/powershell/pull/100">Azure/powershell#100</a></li>
</ul>
<h2>Azure PowerShell Action v1.4.0</h2>
<ul>
<li>Supported macOS and self-hosted runners.</li>
</ul>
<h2>Azure PowerShell Action v1.3.0</h2>
<ul>
<li>Updated the versions of dependencies.</li>
<li>Added <a
href="https://github.com/Azure/powershell#sample-workflow-to-run-a-script-file-in-your-repository">an
example</a> to run a PowerShell script file.</li>
<li>Updated the User Agent of Azure PowerShell Action.</li>
</ul>
<h2>Updated with Node16 and Code scanning workflow for incoming
changes</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/powershell/commit/53dd145408794f7e80f97cfcca04155c85234709"><code>53dd145</code></a>
prepare release v2</li>
<li><a
href="https://github.com/Azure/powershell/commit/1448d3a12fad1e394c0082c439129da5a0d6a7bd"><code>1448d3a</code></a>
upgrade form v1 to v2 (<a
href="https://redirect.github.com/azure/powershell/issues/101">#101</a>)</li>
<li><a
href="https://github.com/Azure/powershell/commit/aa12118e558d5ca97ef400409e288bb06f7b1e41"><code>aa12118</code></a>
Merge pull request <a
href="https://redirect.github.com/azure/powershell/issues/100">#100</a>
from YanaXu/yanxu/node20</li>
<li><a
href="https://github.com/Azure/powershell/commit/633037bdac389d3264c63ac9c684f1aa67c3f6ab"><code>633037b</code></a>
update the action to use Node.js 20</li>
<li>See full diff in <a
href="https://github.com/azure/powershell/compare/v1...v2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure/powershell&package-manager=github_actions&previous-version=1&new-version=2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 4c7450b commit d80ee44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platform.deployment.history.cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
enable-AzPSSession: true

- name: Remove deployments
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
# Load used functions
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
enable-AzPSSession: true

- name: Remove deployments
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
# Load used functions
Expand Down

0 comments on commit d80ee44

Please sign in to comment.