diff options
-rw-r--r-- | .github/workflows/pr-test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 58028b9bdb..bc556e721f 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -63,7 +63,7 @@ jobs: # Now, this gets used by the `git diff ...` inside get-diff-action. git config --global core.quotePath false - - uses: technote-space/get-diff-action@v4.0.5 + - uses: technote-space/get-diff-action@v4.1.1 id: git_diff_content with: PATTERNS: files/**/*.html @@ -123,7 +123,7 @@ jobs: yarn build ${{ env.GIT_DIFF_CONTENT }} - - uses: technote-space/get-diff-action@v4.0.5 + - uses: technote-space/get-diff-action@v4.1.1 with: PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp) ABSOLUTE: true |