Merge pull request #640 from TriliumNext/renovate/stringbean-docker-healthcheck-action-3.x

chore(deps): update stringbean/docker-healthcheck-action action to v3
This commit is contained in:
Elian Doran 2024-12-07 12:00:24 +02:00 committed by GitHub
commit d037aea8a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ jobs:
echo "Container ID: $CONTAINER_ID" echo "Container ID: $CONTAINER_ID"
- name: Wait for the healthchecks to pass - name: Wait for the healthchecks to pass
uses: stringbean/docker-healthcheck-action@v1 uses: stringbean/docker-healthcheck-action@v3
with: with:
container: trilium_local container: trilium_local
wait-time: 50 wait-time: 50

View File

@ -72,7 +72,7 @@ jobs:
echo "Container ID: $CONTAINER_ID" echo "Container ID: $CONTAINER_ID"
- name: Wait for the healthchecks to pass - name: Wait for the healthchecks to pass
uses: stringbean/docker-healthcheck-action@v1 uses: stringbean/docker-healthcheck-action@v3
with: with:
container: trilium_local container: trilium_local
wait-time: 50 wait-time: 50