Skip to content

Commit cf2d41d

Browse files
authored
fix: Update action.yml to use v2 image (#404)
* fix: Update action.yml to use v2 image Unfortunately the tag in action.yml is hardcoded currently. Will automate soon. * fix: update README to use new major version tag Signed-off-by: jmeridth <jmeridth@gmail.com> --------- Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent e5629ec commit cf2d41d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
150150
151151
- name: Run contributor action
152-
uses: github-community-projects/contributors@v1
152+
uses: github-community-projects/contributors@v2
153153
env:
154154
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155155
START_DATE: ${{ env.START_DATE }}
@@ -202,7 +202,7 @@ jobs:
202202
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
203203
204204
- name: Run contributor action
205-
uses: github-community-projects/contributors@v1
205+
uses: github-community-projects/contributors@v2
206206
env:
207207
GH_APP_ID: ${{ secrets.GH_APP_ID }}
208208
GH_APP_INSTALLATION_ID: ${{ secrets.GH_APP_INSTALLATION_ID }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "github"
44
description: "A GitHub Action to report out contributors and contributions to a repository or organization"
55
runs:
66
using: "docker"
7-
image: "docker://ghcr.io/github-community-projects/contributors:v1"
7+
image: "docker://ghcr.io/github-community-projects/contributors:v2"
88
branding:
99
icon: "users"
1010
color: "green"

0 commit comments

Comments
 (0)