diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-10 15:36:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 15:36:00 -0400 |
commit | 056dd907dec16280916ee9779a1416c8b618f53e (patch) | |
tree | cbbceef1db480564f350f57eaa482c68e0c52450 /.github | |
parent | 163be33f4b6dae469b293444d0f721b56c9d98c1 (diff) | |
download | translated-content-056dd907dec16280916ee9779a1416c8b618f53e.tar.gz translated-content-056dd907dec16280916ee9779a1416c8b618f53e.tar.bz2 translated-content-056dd907dec16280916ee9779a1416c8b618f53e.zip |
Bump technote-space/get-diff-action from v4.0.5 to v4.1.1 (#813)
Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from v4.0.5 to v4.1.1.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/master/.releasegarc)
- [Commits](https://github.com/technote-space/get-diff-action/compare/v4.0.5...1aaa6d33ff408745dd063b237974d19557814040)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 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 |