diff --git a/.github/workflows/deploy-dev.yaml b/.github/workflows/deploy-dev.yaml index 7215955..8e840cb 100644 --- a/.github/workflows/deploy-dev.yaml +++ b/.github/workflows/deploy-dev.yaml @@ -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 diff --git a/.github/workflows/deploy-prod.yaml b/.github/workflows/deploy-prod.yaml index 1468392..732abf5 100644 --- a/.github/workflows/deploy-prod.yaml +++ b/.github/workflows/deploy-prod.yaml @@ -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