From f3eaff61047950e594b16c7525f5a6255fb1bb14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 05:03:16 +0000 Subject: [PATCH] build(deps): bump azure/powershell from 2.0.0 to 3.0.0 Bumps [azure/powershell](https://github.com/azure/powershell) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/azure/powershell/releases) - [Commits](https://github.com/azure/powershell/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: azure/powershell dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/UpdateSiteCertificate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/UpdateSiteCertificate.yml b/.github/workflows/UpdateSiteCertificate.yml index fe675e44..1112e83d 100644 --- a/.github/workflows/UpdateSiteCertificate.yml +++ b/.github/workflows/UpdateSiteCertificate.yml @@ -93,7 +93,7 @@ jobs: - name: Clear Azure PowerShell Context if: '!cancelled()' - uses: azure/powershell@v2.0.0 + uses: azure/powershell@v3.0.0 with: azPSVersion: "latest" inlineScript: |