Skip to content

Commit

Permalink
build(deps): bump jtalk/url-health-check-action from 3 to 4
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 to 4.
- [Release notes](https://github.com/jtalk/url-health-check-action/releases)
- [Commits](Jtalk/url-health-check-action@v3...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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 3bc9915 commit 4b198bf
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-dev-admin-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 관리자 API Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.BASE_URI_DEV }}/admin/health/readiness
max-attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-dev-batchi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 배치 Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.BASE_URI_DEV }}/batch/health/readiness
max-attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-dev-boss-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 사장님 API Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.BASE_URI_DEV }}/boss/health/readiness
max-attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-dev-push-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 푸시 API Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.BASE_URI_DEV }}/push/health/readiness
max-attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-dev-user-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 유저 API Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.BASE_URI_DEV }}/api/health/readiness
max-attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-prod-admin-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 관리자 API Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.BASE_URI_PROD }}/admin/health/readiness
max-attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-prod-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 배치 Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.BASE_URI_PROD }}/batch/health/readiness
max-attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-prod-boss-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 사장님 API Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.BASE_URI_PROD }}/boss/health/readiness
max-attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-prod-push-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 푸시 API Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.BASE_URI_PROD }}/push/health/readiness
max-attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-prod-user-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 유저 API Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.BASE_URI_PROD }}/api/health/readiness
max-attempts: 3
Expand Down

0 comments on commit 4b198bf

Please sign in to comment.