From c23f56eeede44692aba41fe83bdc1c5f5f850ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:27:01 +0000 Subject: [PATCH] build(deps): Bump Jtalk/url-health-check-action from 3.2 to 4 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] --- .github/workflows/deploy-azstorage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-azstorage.yml b/.github/workflows/deploy-azstorage.yml index c1d15c5..57dbd30 100644 --- a/.github/workflows/deploy-azstorage.yml +++ b/.github/workflows/deploy-azstorage.yml @@ -81,7 +81,7 @@ jobs: steps: - name: Probe - uses: Jtalk/url-health-check-action@v3.2 + uses: Jtalk/url-health-check-action@v4 with: url: ${{ env.STAGING_HEALTHCHECK }} max-attempts: 5 @@ -123,7 +123,7 @@ jobs: steps: - name: Probe - uses: Jtalk/url-health-check-action@v3.2 + uses: Jtalk/url-health-check-action@v4 with: url: ${{ env.LIVE_HEALTHCHECK }} max-attempts: 5