Skip to content

Commit 673aa0b

Browse files
chore(deps)(deps): Bump jtalk/url-health-check-action from 4 to 5 (#357)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a4c36b commit 673aa0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-frontend-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ASPNETCORE_ENVIRONMENT: Development
4343

4444
- name: Wait for API to be ready
45-
uses: jtalk/url-health-check-action@v4
45+
uses: jtalk/url-health-check-action@v5
4646
with:
4747
url: http://localhost:5095/graphql
4848
max-attempts: 15

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ASPNETCORE_ENVIRONMENT: Development
5555

5656
- name: Wait for API to be ready
57-
uses: jtalk/url-health-check-action@v4
57+
uses: jtalk/url-health-check-action@v5
5858
with:
5959
url: http://localhost:5095/graphql
6060
max-attempts: 15

0 commit comments

Comments
 (0)