diff --git a/.github/workflows/spring-batch-db-example.yml b/.github/workflows/spring-batch-db-example.yml index f6b0177..6333b2f 100644 --- a/.github/workflows/spring-batch-db-example.yml +++ b/.github/workflows/spring-batch-db-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.4.1 + uses: hoverkraft-tech/compose-action@v2.4.2 with: compose-file: './spring-batch-db-examples/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/spring-batch-file-example.yml b/.github/workflows/spring-batch-file-example.yml index 4c49af6..342a4e5 100644 --- a/.github/workflows/spring-batch-file-example.yml +++ b/.github/workflows/spring-batch-file-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.4.1 + uses: hoverkraft-tech/compose-action@v2.4.2 with: compose-file: './spring-batch-file-examples/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/spring-jasper-example.yml b/.github/workflows/spring-jasper-example.yml index fdba1fe..1c5c35d 100644 --- a/.github/workflows/spring-jasper-example.yml +++ b/.github/workflows/spring-jasper-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.4.1 + uses: hoverkraft-tech/compose-action@v2.4.2 with: compose-file: './spring-jasper-example/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/spring-kafka-example.yml b/.github/workflows/spring-kafka-example.yml index 68b9f07..f166e5b 100644 --- a/.github/workflows/spring-kafka-example.yml +++ b/.github/workflows/spring-kafka-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.4.1 + uses: hoverkraft-tech/compose-action@v2.4.2 with: compose-file: './spring-kafka-example/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/spring-keycloak-example.yml b/.github/workflows/spring-keycloak-example.yml index cbdbee2..d7c54ff 100644 --- a/.github/workflows/spring-keycloak-example.yml +++ b/.github/workflows/spring-keycloak-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.4.1 + uses: hoverkraft-tech/compose-action@v2.4.2 with: compose-file: './spring-keycloak-example/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/spring-mysql-example.yml b/.github/workflows/spring-mysql-example.yml index 3dc0b27..8634ec9 100644 --- a/.github/workflows/spring-mysql-example.yml +++ b/.github/workflows/spring-mysql-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.4.1 + uses: hoverkraft-tech/compose-action@v2.4.2 with: compose-file: './spring-mysql-example/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/spring-oracle-example.yml b/.github/workflows/spring-oracle-example.yml index 3290480..a0a9a81 100644 --- a/.github/workflows/spring-oracle-example.yml +++ b/.github/workflows/spring-oracle-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.4.1 + uses: hoverkraft-tech/compose-action@v2.4.2 with: compose-file: './spring-oracle-example/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/spring-postgres-example.yml b/.github/workflows/spring-postgres-example.yml index a536c4e..865582e 100644 --- a/.github/workflows/spring-postgres-example.yml +++ b/.github/workflows/spring-postgres-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.4.1 + uses: hoverkraft-tech/compose-action@v2.4.2 with: compose-file: './spring-postgres-example/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/spring-prometheus-grafana-example.yml b/.github/workflows/spring-prometheus-grafana-example.yml index 5bbdcc8..5f5826d 100644 --- a/.github/workflows/spring-prometheus-grafana-example.yml +++ b/.github/workflows/spring-prometheus-grafana-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.4.1 + uses: hoverkraft-tech/compose-action@v2.4.2 with: compose-file: './spring-prometheus-grafana-example/compose.yaml' services: ${{ steps.services.outputs.services }}