From c94c57988d2cdc2719998ea05013e7929c8e8f58 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 03:34:24 +0000 Subject: [PATCH] Update azure/login action to v3.0.2 --- .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 35ff2c9d..ba44d7d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: path: nugets/ retention-days: 7 - name: Azure login - uses: azure/login@v3.0.1 + uses: azure/login@v3.0.2 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} - name: Setup Azure Service Bus