Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 0f19185

Browse files
authored
fix: CLA version
1 parent 32b315f commit 0f19185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/agreements.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: "CLA Assistant"
1313
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
1414
# Alpha Release
15-
uses: cla-assistant/github-action@v2.3.1-beta
15+
uses: cla-assistant/github-action@v2.1.3-beta
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
# the below token should have repo scope and must be manually added by you in the repository's secret
@@ -37,7 +37,7 @@ jobs:
3737
- name: "COC Assistant"
3838
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target'
3939
# Alpha Release
40-
uses: cla-assistant/github-action@v2.3.1-beta
40+
uses: cla-assistant/github-action@v2.1.3-beta
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
# the below token should have repo scope and must be manually added by you in the repository's secret

0 commit comments

Comments
 (0)