Skip to content

Commit 13f3a2c

Browse files
Merge remote-tracking branch 'origin/master' into release/next-v1.5.16
2 parents eb18121 + 4f3cd0e commit 13f3a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: echo "RUNNING=1" >> $GITHUB_ENV
1818
- uses: actions/checkout@v2
1919
- uses: technote-space/get-git-comment-action@v1
20-
- uses: technote-space/get-diff-action@v5
20+
- uses: technote-space/get-diff-action@v6
2121
with:
2222
PATTERNS: +(src|__tests__)/**/*.+(js|ts)
2323
FILES: |
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "RUNNING=1" >> $GITHUB_ENV
5757
- uses: actions/checkout@v2
5858
- uses: technote-space/get-git-comment-action@v1
59-
- uses: technote-space/get-diff-action@v5
59+
- uses: technote-space/get-diff-action@v6
6060
with:
6161
PATTERNS: +(src|__tests__)/**/*.+(js|ts|snap)
6262
FILES: |

0 commit comments

Comments
 (0)