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