From e20221d7336db4a011627dbd2cd491ab9a7def20 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:18:51 +0000 Subject: [PATCH] Update azure/login action to v3.0.1 --- .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 8201b69..0f10827 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: path: nugets/ retention-days: 7 - name: Azure login - uses: azure/login@v3.0.0 + uses: azure/login@v3.0.1 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} - name: Setup Cosmos DB