From 15baf66141a8fdef73b77590ea4d95a9429a6b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 22:09:52 -0700 Subject: [PATCH] Bump jtalk/url-health-check-action from 3.2 to 4 (#458) Bumps [jtalk/url-health-check-action](https://github.com/jtalk/url-health-check-action) from 3.2 to 4. - [Release notes](https://github.com/jtalk/url-health-check-action/releases) - [Commits](https://github.com/jtalk/url-health-check-action/compare/v3.2...v4) --- updated-dependencies: - dependency-name: jtalk/url-health-check-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/heroku.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/heroku.yaml b/.github/workflows/heroku.yaml index b1c7ac13..9059ec14 100644 --- a/.github/workflows/heroku.yaml +++ b/.github/workflows/heroku.yaml @@ -35,7 +35,7 @@ jobs: # Check that the deployed app returns successful HTTP response. steps: - id: health_check - uses: jtalk/url-health-check-action@v3.2 + uses: jtalk/url-health-check-action@v4 with: url: ${{ github.event.deployment.payload.web_url }} follow-redirect: true