diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ead6fcc7e..39d8c1d24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: path: nugets/ retention-days: 7 - name: Azure login - uses: azure/login@v1.6.0 + uses: azure/login@v2.0.0 if: matrix.engine == 'PostgreSQL' || (matrix.engine == 'Oracle' && matrix.os-name == 'Windows') with: creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}