diff --git a/.github/workflows/spring-batch-db-example.yml b/.github/workflows/spring-batch-db-example.yml index 74c28de..08490dd 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.2 + uses: hoverkraft-tech/compose-action@v2.4.3 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 940ddc4..a8dee8e 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.2 + uses: hoverkraft-tech/compose-action@v2.4.3 with: compose-file: './spring-batch-file-examples/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/spring-caffeine-example.yml b/.github/workflows/spring-caffeine-example.yml index 44bf620..3310d20 100644 --- a/.github/workflows/spring-caffeine-example.yml +++ b/.github/workflows/spring-caffeine-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.4.2 + uses: hoverkraft-tech/compose-action@v2.4.3 with: compose-file: './spring-caffeine-example/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/spring-jasper-example.yml b/.github/workflows/spring-jasper-example.yml index d5af0f2..17befc3 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.2 + uses: hoverkraft-tech/compose-action@v2.4.3 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 7d19a3b..349c784 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.2 + uses: hoverkraft-tech/compose-action@v2.4.3 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 929fb2e..4602e8e 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.2 + uses: hoverkraft-tech/compose-action@v2.4.3 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 141f653..99c9ae6 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.2 + uses: hoverkraft-tech/compose-action@v2.4.3 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 24a6076..4c13a99 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.2 + uses: hoverkraft-tech/compose-action@v2.4.3 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 8a24a04..4f8fafe 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.2 + uses: hoverkraft-tech/compose-action@v2.4.3 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 7282e98..4d69b32 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.2 + uses: hoverkraft-tech/compose-action@v2.4.3 with: compose-file: './spring-prometheus-grafana-example/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/springwolf-example.yml b/.github/workflows/springwolf-example.yml index e536021..6f47088 100644 --- a/.github/workflows/springwolf-example.yml +++ b/.github/workflows/springwolf-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.4.2 + uses: hoverkraft-tech/compose-action@v2.4.3 with: compose-file: './springwolf-example/compose.yaml' services: ${{ steps.services.outputs.services }}