From c001401e2d772f2cba18ded112c0061747e91d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 22:40:23 +0000 Subject: [PATCH] chore(deps): bump cla-assistant/github-action Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.1.2.pre.beta to 2.2.0. - [Release notes](https://github.com/cla-assistant/github-action/releases) - [Changelog](https://github.com/contributor-assistant/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cla-assistant/github-action/compare/v2.1.2-beta...v2.2.0) --- updated-dependencies: - dependency-name: cla-assistant/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dco.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml index 1ee3e7bd9369..46b894f3deae 100644 --- a/.github/workflows/dco.yml +++ b/.github/workflows/dco.yml @@ -11,7 +11,7 @@ jobs: steps: - name: "DCO Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the DCO document and I hereby sign the DCO.') || github.event_name == 'pull_request_target' - uses: cla-assistant/github-action@v2.1.2-beta + uses: cla-assistant/github-action@v2.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}