diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 913e177b..2983fae4 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -65,7 +65,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@v2 + uses: azure/login@v3 with: client-id: ${{ secrets.E2E_AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}