Skip to content

Commit 190ae23

Browse files
chore: sync workflows
1 parent 371313e commit 190ae23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/broken-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
EXCLUDE_MERGED: 'true'
1818
- name: Broken Link Check
19-
uses: technote-space/broken-link-checker-action@v1
19+
uses: technote-space/broken-link-checker-action@v2

.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 "::set-env name=RUNNING::1"
1818
- uses: actions/checkout@v2
1919
- uses: technote-space/get-git-comment-action@v1
20-
- uses: technote-space/get-diff-action@v2
20+
- uses: technote-space/get-diff-action@v3
2121
with:
2222
PREFIX_FILTER: |
2323
src/
@@ -66,7 +66,7 @@ jobs:
6666
run: echo "::set-env name=RUNNING::1"
6767
- uses: actions/checkout@v2
6868
- uses: technote-space/get-git-comment-action@v1
69-
- uses: technote-space/get-diff-action@v2
69+
- uses: technote-space/get-diff-action@v3
7070
with:
7171
PREFIX_FILTER: |
7272
src/

0 commit comments

Comments
 (0)