From 0cb7d82d16093d842287b01a5086655ab1961202 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:53:41 +0000 Subject: [PATCH] chore(deps): update stringbean/docker-healthcheck-action action to v3 --- .github/workflows/dev.yml | 2 +- .github/workflows/main-docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 296ceb6d6..ce9c55d4c 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -87,7 +87,7 @@ jobs: echo "Container ID: $CONTAINER_ID" - name: Wait for the healthchecks to pass - uses: stringbean/docker-healthcheck-action@v1 + uses: stringbean/docker-healthcheck-action@v3 with: container: trilium_local wait-time: 50 diff --git a/.github/workflows/main-docker.yml b/.github/workflows/main-docker.yml index 4291c894a..61fea591d 100644 --- a/.github/workflows/main-docker.yml +++ b/.github/workflows/main-docker.yml @@ -72,7 +72,7 @@ jobs: echo "Container ID: $CONTAINER_ID" - name: Wait for the healthchecks to pass - uses: stringbean/docker-healthcheck-action@v1 + uses: stringbean/docker-healthcheck-action@v3 with: container: trilium_local wait-time: 50