diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 53a8f3e4986b9ae..56aa257ef4e9af7 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -64,7 +64,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@v5.0.1 + - uses: technote-space/get-diff-action@v6.1.2 id: git_diff_content with: PATTERNS: files/**/*.+(html|md) @@ -151,7 +151,7 @@ jobs: name: build path: build/ - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp) ABSOLUTE: true @@ -165,7 +165,7 @@ jobs: export CONTENT_ROOT=$(pwd)/files yarn filecheck ${{ env.GIT_DIFF_FILES }} - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v6.1.2 id: git_diff_redirects with: PATTERNS: files/**/_redirects.txt