From 879fa18fc4108598223a443246e4593309615522 Mon Sep 17 00:00:00 2001 From: attiasas Date: Wed, 25 Sep 2024 20:37:52 +0300 Subject: [PATCH] Update CLA assistant --- .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 38183d2d..b3419053 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -19,7 +19,7 @@ jobs: - name: "CLA Assistant" if: ${{ steps.sign-or-recheck.outputs.match != '' || github.event_name == 'pull_request_target' }} # Alpha Release - uses: cla-assistant/github-action@v2.3.0 + uses: cla-assistant/github-action@v2.6.0 env: # Generated and maintained by GitHub GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}