File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,21 +53,21 @@ jobs:
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Check the website
56- uses : jtalk/url-health-check-action@v3
56+ uses : jtalk/url-health-check-action@v4
5757 with :
5858 url : https://${{env.domain}}
5959 follow-redirect : true
6060 max-attempts : 3
6161 retry-delay : 5s
6262 - name : Check directory
63- uses : jtalk/url-health-check-action@v3
63+ uses : jtalk/url-health-check-action@v4
6464 with :
6565 url : https://directory.${{env.domain}}
6666 follow-redirect : true
6767 max-attempts : 3
6868 retry-delay : 5s
6969 - name : Check validator
70- uses : jtalk/url-health-check-action@v3
70+ uses : jtalk/url-health-check-action@v4
7171 with :
7272 url : https://validator.${{env.domain}}/openapi.json
7373 follow-redirect : true
Original file line number Diff line number Diff line change @@ -53,21 +53,21 @@ jobs:
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Check the website
56- uses : jtalk/url-health-check-action@v3
56+ uses : jtalk/url-health-check-action@v4
5757 with :
5858 url : https://${{env.domain}}
5959 follow-redirect : true
6060 max-attempts : 3
6161 retry-delay : 5s
6262 - name : Check directory
63- uses : jtalk/url-health-check-action@v3
63+ uses : jtalk/url-health-check-action@v4
6464 with :
6565 url : https://directory.${{env.domain}}
6666 follow-redirect : true
6767 max-attempts : 3
6868 retry-delay : 5s
6969 - name : Check validator
70- uses : jtalk/url-health-check-action@v3
70+ uses : jtalk/url-health-check-action@v4
7171 with :
7272 url : https://validator.${{env.domain}}/openapi.json
7373 follow-redirect : true
You can’t perform that action at this time.
0 commit comments