Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit 3b972c7

Browse files
Merge pull request #27 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 2432d26 + 00bc161 commit 3b972c7

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@v4
20+
- uses: technote-space/get-diff-action@v5
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@v4
59+
- uses: technote-space/get-diff-action@v5
6060
with:
6161
PATTERNS: +(src|__tests__)/**/*.+(js|ts|snap)
6262
FILES: |

0 commit comments

Comments
 (0)