Skip to content

Commit b2a7823

Browse files
authored
Update contributors action to version 2
1 parent c838544 commit b2a7823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
2828
2929
- name: Run contributor action
30-
uses: github-community-projects/contributors@v1
30+
uses: github-community-projects/contributors@v2
3131
env:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
START_DATE: ${{ env.START_DATE }}

0 commit comments

Comments
 (0)