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