From 570e52dd4ef614dde500ecb50672f621594f017b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 22:16:30 +0000 Subject: [PATCH] Update iFaxity/wait-on-action action to v1.2.1 --- .github/workflows/docker-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml index 36a980d..3254380 100644 --- a/.github/workflows/docker-test.yml +++ b/.github/workflows/docker-test.yml @@ -18,7 +18,7 @@ jobs: - name: DockerExtractor run: docker-compose -f "docker/location-extractor.yml" up -d --build - name: Wait on - uses: iFaxity/wait-on-action@v1.1.0 + uses: iFaxity/wait-on-action@v1.2.1 with: resource: http://localhost:8081 timeout: 30000 @@ -31,7 +31,7 @@ jobs: - name: DockerLocator run: docker-compose -f "docker/location-locator.yml" up -d --build - name: Wait on - uses: iFaxity/wait-on-action@v1.1.0 + uses: iFaxity/wait-on-action@v1.2.1 with: resource: http://localhost:8082 timeout: 30000