diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-22 18:59:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 18:59:45 +0000 |
commit | 749759d91ffa295710550a1ddc50f1679b78ad0c (patch) | |
tree | 87e0a1ae3afeec994a5fe4429697647a05e8e8e5 /.github | |
parent | c3ff7791fbeead7f2bc9a383295ce6d5174f100a (diff) | |
download | translated-content-749759d91ffa295710550a1ddc50f1679b78ad0c.tar.gz translated-content-749759d91ffa295710550a1ddc50f1679b78ad0c.tar.bz2 translated-content-749759d91ffa295710550a1ddc50f1679b78ad0c.zip |
Bump technote-space/get-diff-action from 4.1.1 to 4.2 (#1396)
Diffstat (limited to '.github')
-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 205ab08424..fab0bb7836 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -67,7 +67,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.1.1 + - uses: technote-space/get-diff-action@v4.2 id: git_diff_content with: PATTERNS: files/**/*.html @@ -168,7 +168,7 @@ jobs: name: build path: ${{ env.BUILD_OUT_ROOT }} - - uses: technote-space/get-diff-action@v4.1.1 + - uses: technote-space/get-diff-action@v4.2 with: PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp) ABSOLUTE: true |