diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 6c2705ae..1b4a085d 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -57,7 +57,7 @@ jobs: # Reference: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure - name: 'OIDC Login to Azure Public Cloud' - uses: azure/login@v1 + uses: azure/login@v2 with: client-id: ${{ secrets.E2E_AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}