Skip to content

Commit d8622b2

Browse files
build(deps): bump azure/powershell from 2.0.0 to 3.0.0 (#948)
Bumps [azure/powershell](https://github.com/azure/powershell) from 2.0.0 to 3.0.0. <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 v3.0.0</h2> <h2>What's Changed</h2> <ul> <li>Upgrade nodejs from 20 to 24 and update dependencies by <a href="https://github.com/YanaXu"><code>@​YanaXu</code></a> in <a href="https://redirect.github.com/Azure/powershell/pull/115">Azure/powershell#115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Azure/powershell/compare/v2.0.0...v3.0.0">https://github.com/Azure/powershell/compare/v2.0.0...v3.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/powershell/commit/f5b8adcfff1904872c7b98d4012d4914d74b1a82"><code>f5b8adc</code></a> prepare release v3.0.0</li> <li><a href="https://github.com/Azure/powershell/commit/a3d3340f46cc1cc3b206231eaed5df0ee7b568a7"><code>a3d3340</code></a> Upgrade nodejs from 20 to 24 and update dependencies (<a href="https://redirect.github.com/azure/powershell/issues/115">#115</a>)</li> <li><a href="https://github.com/Azure/powershell/commit/f711c0fc926921f126e18d152ae1d2a35b9876fd"><code>f711c0f</code></a> Update CODE_OF_CONDUCT.md (<a href="https://redirect.github.com/azure/powershell/issues/106">#106</a>)</li> <li><a href="https://github.com/Azure/powershell/commit/81da55aaf27a5b6870a813a2c29ae7f54849d253"><code>81da55a</code></a> upgrade action versions in codeql (<a href="https://redirect.github.com/azure/powershell/issues/102">#102</a>)</li> <li>See full diff in <a href="https://github.com/azure/powershell/compare/v2.0.0...v3.0.0">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=2.0.0&new-version=3.0.0)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec31463 commit d8622b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/UpdateSiteCertificate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Clear Azure PowerShell Context
9595
if: '!cancelled()'
96-
uses: azure/powershell@v2.0.0
96+
uses: azure/powershell@v3.0.0
9797
with:
9898
azPSVersion: "latest"
9999
inlineScript: |

0 commit comments

Comments
 (0)