diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-08 16:19:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 16:19:44 +0100 |
commit | c44382a6c2ae617dd4e36d987ac3b97446c46111 (patch) | |
tree | 20ea29b851152618affbb3d129be2ec834244047 | |
parent | 9728c5435d5a51a5bd81b49fc6cea63824dcfae8 (diff) | |
download | translated-content-c44382a6c2ae617dd4e36d987ac3b97446c46111.tar.gz translated-content-c44382a6c2ae617dd4e36d987ac3b97446c46111.tar.bz2 translated-content-c44382a6c2ae617dd4e36d987ac3b97446c46111.zip |
Bump technote-space/get-diff-action from 4.2 to 6.0.1 (#3619)
Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4.2 to 6.0.1.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](https://github.com/technote-space/get-diff-action/compare/v4.2...v6.0.1)
---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 115403b438..7ef6985799 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.2 + - uses: technote-space/get-diff-action@v6.0.1 id: git_diff_content with: PATTERNS: files/**/*.+(html|md) @@ -168,7 +168,7 @@ jobs: name: build path: ${{ env.BUILD_OUT_ROOT }} - - uses: technote-space/get-diff-action@v4.2 + - uses: technote-space/get-diff-action@v6.0.1 with: PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp) ABSOLUTE: true |