From 4cefddff33a9fae14b9d697f3cc1f0a3421a4b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 16:13:54 +0000 Subject: [PATCH] chore(deps): bump technote-space/get-diff-action from 4.0.6 to 5.0.1 Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4.0.6 to 5.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.0.6...v5.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] --- .github/workflows/pr-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index cfe92c8733c5e92..16524fda061a26e 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -41,7 +41,7 @@ jobs: run: | yarn --frozen-lockfile - - uses: technote-space/get-diff-action@v4.0.6 + - uses: technote-space/get-diff-action@v5.0.1 id: git_diff_content with: PATTERNS: files/**/*.html @@ -97,7 +97,7 @@ jobs: # package.json. yarn build ${{ env.GIT_DIFF_CONTENT }} - - uses: technote-space/get-diff-action@v4.0.6 + - uses: technote-space/get-diff-action@v5.0.1 with: PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp) ABSOLUTE: true @@ -111,7 +111,7 @@ jobs: export CONTENT_ROOT=$(pwd)/files yarn filecheck ${{ env.GIT_DIFF_FILES }} - - uses: technote-space/get-diff-action@v4.0.6 + - uses: technote-space/get-diff-action@v5.0.1 id: git_diff_redirects with: PATTERNS: files/**/_redirects.txt