diff --git a/README.md b/README.md index 6426370..dbba364 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github-community-projects/contributors@v1 + uses: github-community-projects/contributors@v2 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }} @@ -202,7 +202,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github-community-projects/contributors@v1 + uses: github-community-projects/contributors@v2 env: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_INSTALLATION_ID: ${{ secrets.GH_APP_INSTALLATION_ID }} diff --git a/action.yml b/action.yml index 43b34b5..8c67b8c 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: "github" description: "A GitHub Action to report out contributors and contributions to a repository or organization" runs: using: "docker" - image: "docker://ghcr.io/github-community-projects/contributors:v1" + image: "docker://ghcr.io/github-community-projects/contributors:v2" branding: icon: "users" color: "green"