Skip to content

Commit 7d53d67

Browse files
committed
fix: update README to use new major version tag
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 244b9c6 commit 7d53d67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 }}

0 commit comments

Comments
 (0)