From 54dffd47e0953a6e69ecb516f5e727f1eff05e92 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 03:37:08 +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 3ed01ddd..e788cbca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: run: dotnet build src --configuration Release background: true - name: Azure login - uses: azure/login@v3.0.1 + uses: azure/login@v3.0.2 with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }} - name: Setup Azure Storage