From 852331273ffad51971ebd503bbc896bf6d171bf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 04:03:02 +0000 Subject: [PATCH] Update jtalk/url-health-check-action action to v5 --- .github/workflows/deploy-dev.yaml | 6 +++--- .github/workflows/deploy-prod.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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