Skip to content

Commit

Permalink
Bump technote-space/get-diff-action from 6.0.1 to 6.1.0 (#17504)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 21, 2022
1 parent 8bc61ff commit 0850947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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@v6.0.1
- uses: technote-space/get-diff-action@v6.1.0
id: git_diff_content
with:
PATTERNS: files/**/*.+(html|md)
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
name: build
path: build/

- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6.1.0
with:
PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp)
ABSOLUTE: true
Expand All @@ -157,7 +157,7 @@ jobs:
export CONTENT_ROOT=$(pwd)/files
yarn filecheck ${{ env.GIT_DIFF_FILES }}
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6.1.0
id: git_diff_redirects
with:
PATTERNS: files/**/_redirects.txt
Expand Down

0 comments on commit 0850947

Please sign in to comment.