From aa8ca9f2cf7add57bed8964556b094180dba9d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:02:22 +0000 Subject: [PATCH] Update jtalk/url-health-check-action action to v4 --- .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 8294aac..d77e79e 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 09a0ae4..433a698 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