From 14bb0168a390267796e874ad8328ddfd91eba618 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sun, 29 Dec 2024 16:12:37 -0800 Subject: [PATCH] workflows/cla - Bump contributor-assistant/github-action to v2.6.1 --- .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 b1b31a476..e68fb4b3f 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -17,7 +17,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: contributor-assistant/github-action@v2.3.0 + uses: contributor-assistant/github-action@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: