Commit aa8ca9f 1 parent 71d263a commit aa8ca9f Copy full SHA for aa8ca9f
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,21 +53,21 @@ jobs:
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- name : Check the website
56
- uses : jtalk/url-health-check-action@v3
56
+ uses : jtalk/url-health-check-action@v4
57
57
with :
58
58
url : https://${{env.domain}}
59
59
follow-redirect : true
60
60
max-attempts : 3
61
61
retry-delay : 5s
62
62
- name : Check directory
63
- uses : jtalk/url-health-check-action@v3
63
+ uses : jtalk/url-health-check-action@v4
64
64
with :
65
65
url : https://directory.${{env.domain}}
66
66
follow-redirect : true
67
67
max-attempts : 3
68
68
retry-delay : 5s
69
69
- name : Check validator
70
- uses : jtalk/url-health-check-action@v3
70
+ uses : jtalk/url-health-check-action@v4
71
71
with :
72
72
url : https://validator.${{env.domain}}/openapi.json
73
73
follow-redirect : true
Original file line number Diff line number Diff line change @@ -53,21 +53,21 @@ jobs:
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- name : Check the website
56
- uses : jtalk/url-health-check-action@v3
56
+ uses : jtalk/url-health-check-action@v4
57
57
with :
58
58
url : https://${{env.domain}}
59
59
follow-redirect : true
60
60
max-attempts : 3
61
61
retry-delay : 5s
62
62
- name : Check directory
63
- uses : jtalk/url-health-check-action@v3
63
+ uses : jtalk/url-health-check-action@v4
64
64
with :
65
65
url : https://directory.${{env.domain}}
66
66
follow-redirect : true
67
67
max-attempts : 3
68
68
retry-delay : 5s
69
69
- name : Check validator
70
- uses : jtalk/url-health-check-action@v3
70
+ uses : jtalk/url-health-check-action@v4
71
71
with :
72
72
url : https://validator.${{env.domain}}/openapi.json
73
73
follow-redirect : true
You can’t perform that action at this time.
0 commit comments