From dde6a2a79803827db5c434a7e74a4ee160c6d13e Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Fri, 7 Aug 2020 09:22:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fd440b4..faad30f7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ jobs: - name: "CLA Assistant" if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' # Alpha Release - uses: cla-assistant/github-action@v1.4.2-alpha + uses: cla-assistant/github-action@v1.4.3-alpha env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: