From b55a4eb2e103e957ae153472acd6d9d33d3948dd Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Sat, 1 Feb 2020 12:37:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14681bdb..06437549 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' # Test Release - uses: cla-assistant/github-action@v1.0.0 + uses: cla-assistant/github-action@v1.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: