From c343aa4358192c7efd7f7c1e6ffd0d737eba2b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 05:56:34 +0000 Subject: [PATCH] chore(deps): bump jtalk/url-health-check-action from 1.5 to 3.1 Bumps [jtalk/url-health-check-action](https://github.com/jtalk/url-health-check-action) from 1.5 to 3.1. - [Release notes](https://github.com/jtalk/url-health-check-action/releases) - [Commits](https://github.com/jtalk/url-health-check-action/compare/v1.5...v3.1) --- updated-dependencies: - dependency-name: jtalk/url-health-check-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/run-ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index f549056..99342f3 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -49,7 +49,7 @@ jobs: # Wait for IDEA to be started - name: Health Check - uses: jtalk/url-health-check-action@v1.5 + uses: jtalk/url-health-check-action@v3.1 with: url: http://127.0.0.1:8082 max-attempts: 15