diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d343495f..c4317e73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: run: echo "RUNNING=1" >> $GITHUB_ENV - uses: actions/checkout@v3 - uses: technote-space/get-git-comment-action@v1 - - uses: technote-space/get-diff-action@gh-actions + - uses: technote-space/get-diff-action@v6 with: PATTERNS: +(src|__tests__)/**/*.+(js|ts) FILES: | @@ -56,7 +56,7 @@ jobs: run: echo "RUNNING=1" >> $GITHUB_ENV - uses: actions/checkout@v3 - uses: technote-space/get-git-comment-action@v1 - - uses: technote-space/get-diff-action@gh-actions + - uses: technote-space/get-diff-action@v6 with: PATTERNS: +(src|__tests__)/**/*.+(js|ts|snap) FILES: |