diff --git a/.github/workflows/deploy-dev.yaml b/.github/workflows/deploy-dev.yaml index 05ac527..9f8d149 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@v5 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@v5 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@v5 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 87f2963..4a83c16 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@v5 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@v5 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@v5 with: url: https://validator.${{env.domain}}/openapi.json follow-redirect: true