From a270cf65b33d2ae5bb463190721060886f6218f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:11:54 +0000 Subject: [PATCH] build(deps): Bump Jtalk/url-health-check-action from 3.1 to 3.2 Bumps [Jtalk/url-health-check-action](https://github.com/jtalk/url-health-check-action) from 3.1 to 3.2. - [Release notes](https://github.com/jtalk/url-health-check-action/releases) - [Commits](https://github.com/jtalk/url-health-check-action/compare/v3.1...v3.2) --- updated-dependencies: - dependency-name: Jtalk/url-health-check-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 76f48cb..c691d9a 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.1 + uses: Jtalk/url-health-check-action@v3.2 with: url: ${{ env.STAGING_HEALTHCHECK }} max-attempts: 5 @@ -123,7 +123,7 @@ jobs: steps: - name: Probe - uses: Jtalk/url-health-check-action@v3.1 + uses: Jtalk/url-health-check-action@v3.2 with: url: ${{ env.LIVE_HEALTHCHECK }} max-attempts: 5