Skip to content

Commit

Permalink
build(deps): Bump Jtalk/url-health-check-action from 3.1 to 3.2
Browse files Browse the repository at this point in the history
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](Jtalk/url-health-check-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent be16869 commit a270cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-azstorage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a270cf6

Please sign in to comment.