From 5e950cbee6c71bb09fdbfc5b13924f445e377e7c Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 09:32:52 +0000 Subject: [PATCH] Update azure/login action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f18fa0d..213ada3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Build run: dotnet build src --configuration Release - name: Azure login - uses: azure/login@v2.3.0 + uses: azure/login@v3.0.0 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} enable-AzPSSession: true