diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 290583ab..0debca72 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: - name: Build API documentation run: yarn build:docs - name: Azure login - uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 + uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 with: client-id: ${{ secrets.AZURE_OIDC_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_OIDC_TENANT_ID }}