Skip to content

Commit aa8ca9f

Browse files
Update jtalk/url-health-check-action action to v4
1 parent 71d263a commit aa8ca9f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy-dev.yaml

+3-3
Original file line numberDiff line numberDiff 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

.github/workflows/deploy-prod.yaml

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)