File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
ref : ${{ github.event.pull_request.head.sha }}
25
25
- name : Check broken Paths
26
26
id : check-broken-paths
27
- uses : john0isaac/action-check-markdown@v1.0.6
27
+ uses : john0isaac/action-check-markdown@v1.1.0
28
28
with :
29
29
command : check_broken_paths
30
30
directory : ./
42
42
ref : ${{ github.event.pull_request.head.sha }}
43
43
- name : Run Check paths tracking
44
44
id : check-paths-tracking
45
- uses : john0isaac/action-check-markdown@v1.0.6
45
+ uses : john0isaac/action-check-markdown@v1.1.0
46
46
with :
47
47
command : check_paths_tracking
48
48
directory : ./
60
60
ref : ${{ github.event.pull_request.head.sha }}
61
61
- name : Run Check URLs tracking
62
62
id : check-urls-tracking
63
- uses : john0isaac/action-check-markdown@v1.0.6
63
+ uses : john0isaac/action-check-markdown@v1.1.0
64
64
with :
65
65
command : check_urls_tracking
66
66
directory : ./
78
78
ref : ${{ github.event.pull_request.head.sha }}
79
79
- name : Run Check URLs Country Locale
80
80
id : check-urls-locale
81
- uses : john0isaac/action-check-markdown@v1.0.6
81
+ uses : john0isaac/action-check-markdown@v1.1.0
82
82
with :
83
83
command : check_urls_locale
84
84
directory : ./
95
95
ref : ${{ github.event.pull_request.head.sha }}
96
96
- name : Run Check Broken URLs
97
97
id : check-broken-urls
98
- uses : john0isaac/action-check-markdown@v1.0.6
98
+ uses : john0isaac/action-check-markdown@v1.1.0
99
99
with :
100
100
command : check_broken_urls
101
101
directory : ./
You can’t perform that action at this time.
0 commit comments