Skip to content

Commit

Permalink
Merge pull request #7 from seipan/renovate/jtalk-url-health-check-act…
Browse files Browse the repository at this point in the history
…ion-4.x

Update jtalk/url-health-check-action action to v4
  • Loading branch information
seipan authored Jan 27, 2024
2 parents 12e05f7 + 592853c commit 6eb9f3b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/e2e-testserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,41 +19,41 @@ jobs:
make re
- name: Check the 8081
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8081

- name: Check the 8082
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8082

- name: Check the 8083
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8083

- name: Check the 8085
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8085

- name: Check the 8086
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8086

- name: Check the 8087
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8087

- name: Check the 8088
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8088

- name: Check the 8089
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: http://localhost:8089

0 comments on commit 6eb9f3b

Please sign in to comment.