Skip to content

Commit

Permalink
Update jtalk/url-health-check-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 71d263a commit aa8ca9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check the website
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: https://${{env.domain}}
follow-redirect: true
max-attempts: 3
retry-delay: 5s
- name: Check directory
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: https://directory.${{env.domain}}
follow-redirect: true
max-attempts: 3
retry-delay: 5s
- name: Check validator
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: https://validator.${{env.domain}}/openapi.json
follow-redirect: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check the website
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: https://${{env.domain}}
follow-redirect: true
max-attempts: 3
retry-delay: 5s
- name: Check directory
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: https://directory.${{env.domain}}
follow-redirect: true
max-attempts: 3
retry-delay: 5s
- name: Check validator
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: https://validator.${{env.domain}}/openapi.json
follow-redirect: true
Expand Down

0 comments on commit aa8ca9f

Please sign in to comment.