We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c838544 commit b2a7823Copy full SHA for b2a7823
1 file changed
.github/workflows/contributors.yml
@@ -27,7 +27,7 @@ jobs:
27
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
28
29
- name: Run contributor action
30
- uses: github-community-projects/contributors@v1
+ uses: github-community-projects/contributors@v2
31
env:
32
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
START_DATE: ${{ env.START_DATE }}
0 commit comments