From 45692e7200b501536caf6205e5103e71b519716d Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 8 Feb 2021 09:56:52 -0700 Subject: [PATCH] Update CLA bot version --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index a0ff8149414f..7db6be48bac4 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -23,7 +23,7 @@ jobs: - name: CLA Assistant if: ${{ steps.recheck.outputs.match != '' || steps.sign.outputs.match != '' }} || github.event_name == 'pull_request_target' # Version: 2.0.3-alpha - uses: cla-assistant/github-action@c89158d361bea4a5a06ff7781b6c4e8aa49dbcc9 + uses: cla-assistant/github-action@50267bf6156835b55d5f7b74d0da0cf0bf26cfe5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOTIFY_TOKEN }}