From 52c34460ad4872423dfd52f201f6200fd004ee0c Mon Sep 17 00:00:00 2001 From: kyu9341 Date: Fri, 4 Oct 2024 18:24:49 +0900 Subject: [PATCH] =?UTF-8?q?chore(-):=20README=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d78a7e..1bbc076 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Stats - uses: "naver/pr-stats@v0.1.0" + uses: "naver/pr-stats@v1.0.0" with: token: ${{ secrets.GITHUB_TOKEN }} # with 인자 설명을 반드시 참고하세요. @@ -40,7 +40,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: PR Stats - uses: "naver/pr-stats@v0.1.0" + uses: "naver/pr-stats@v1.0.0" with: token: ${{ secrets.GITHUB_TOKEN }} - name: Create Pull Request