From 0efd884b4d7e178ecc50c4ae426ead65f4ada6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 02:01:10 +0000 Subject: [PATCH] build(deps): bump cla-assistant/github-action Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from v2.0.2-alpha to v2.1.2-beta. - [Release notes](https://github.com/cla-assistant/github-action/releases) - [Changelog](https://github.com/cla-assistant/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cla-assistant/github-action/compare/v2.0.2-alpha...948230deb0d44dd38957592f08c6bd934d96d0cf) Signed-off-by: dependabot[bot] --- .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 7a438a7..856a759 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -22,7 +22,7 @@ jobs: - name: CLA Assistant if: ${{env.cla_enabled}} == true - uses: cla-assistant/github-action@v2.0.2-alpha + uses: cla-assistant/github-action@v2.1.2-beta env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: