Skip to content

Commit 0013bcf

Browse files
committed
chore: fix cla
1 parent afbeccf commit 0013bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# github.event_name is 'workflow_call', not the original trigger.
1313
# The calling workflow handles the proper trigger conditions.
1414
steps:
15-
- uses: contributor-assistant/github-action@v2
15+
- uses: contributor-assistant/github-action@v2.6.1
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)