diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 1c4cafd..20f831e 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -28,7 +28,7 @@ jobs: ) steps: - name: "CLA Assistant" - uses: cla-assistant/github-action@v2.5.0 + uses: contributor-assistant/github-action@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT_TOKEN }}