From 57db7ce660fb27e6474bb5afe752abbf95debc0e Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 11 Nov 2021 13:45:55 +0000 Subject: [PATCH] chore: sync workflows --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0af9bb73..2d2b0f7d 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@v2 - uses: technote-space/get-git-comment-action@v1 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5 with: PATTERNS: +(src|__tests__)/**/*.+(js|ts) FILES: | @@ -56,7 +56,7 @@ jobs: run: echo "RUNNING=1" >> $GITHUB_ENV - uses: actions/checkout@v2 - uses: technote-space/get-git-comment-action@v1 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5 with: PATTERNS: +(src|__tests__)/**/*.+(js|ts|snap) FILES: |