From f96a3e2a1fcbd20e54bdee118f4d83e9dc55933c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:14:53 +0000 Subject: [PATCH] Bump jtalk/url-health-check-action from 4 to 5 Bumps [jtalk/url-health-check-action](https://github.com/jtalk/url-health-check-action) from 4 to 5. - [Release notes](https://github.com/jtalk/url-health-check-action/releases) - [Commits](https://github.com/jtalk/url-health-check-action/compare/b716ccb6645355dd9fcce8002ce460e5474f7f00...e7d5ebdc9027fbf494d2d034f3e8fc78f8b7a2b9) --- updated-dependencies: - dependency-name: jtalk/url-health-check-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_helm_chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_helm_chart.yml b/.github/workflows/deploy_helm_chart.yml index ce69f64..32dc951 100644 --- a/.github/workflows/deploy_helm_chart.yml +++ b/.github/workflows/deploy_helm_chart.yml @@ -377,7 +377,7 @@ jobs: - name: Validate deployment if: ${{ inputs.validate_url != '' }} - uses: jtalk/url-health-check-action@b716ccb6645355dd9fcce8002ce460e5474f7f00 # v4 + uses: jtalk/url-health-check-action@e7d5ebdc9027fbf494d2d034f3e8fc78f8b7a2b9 # v5 with: url: ${{ inputs.validate_url }} follow-redirect: true