From 050d8f8c2627bce2e07c0b446e104ac312101c31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:13:57 +0000 Subject: [PATCH] chore(deps): update hoverkraft-tech/compose-action action to v2.6.0 --- .github/workflows/spring-batch-db-example.yml | 2 +- .github/workflows/spring-batch-file-example.yml | 2 +- .github/workflows/spring-caffeine-example.yml | 2 +- .github/workflows/spring-jasper-example.yml | 2 +- .github/workflows/spring-kafka-example.yml | 2 +- .github/workflows/spring-keycloak-example.yml | 2 +- .github/workflows/spring-mongoDB-example.yml | 2 +- .github/workflows/spring-mysql-example.yml | 2 +- .github/workflows/spring-oracle-example.yml | 2 +- .github/workflows/spring-postgres-example.yml | 2 +- .github/workflows/spring-prometheus-grafana-example.yml | 2 +- .github/workflows/springwolf-example.yml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/spring-batch-db-example.yml b/.github/workflows/spring-batch-db-example.yml index a1a7977..f229677 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.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 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 d7fd139..4b1c58a 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.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 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 7dd8f2c..6e575a6 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.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 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 9110c56..daa24bc 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.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 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 4516ebe..bba1238 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.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 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 9d84f9e..d87ecce 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.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 with: compose-file: './spring-keycloak-example/compose.yaml' services: ${{ steps.services.outputs.services }} diff --git a/.github/workflows/spring-mongoDB-example.yml b/.github/workflows/spring-mongoDB-example.yml index aba8ef0..17c53fa 100644 --- a/.github/workflows/spring-mongoDB-example.yml +++ b/.github/workflows/spring-mongoDB-example.yml @@ -53,7 +53,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Start containers with Compose Action - uses: hoverkraft-tech/compose-action@v2.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 with: compose-file: './spring-mongodb-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 250e9a3..ff0995a 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.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 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 e64c0d6..7962e11 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.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 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 6e4157d..1ca65e9 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.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 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 0ea2413..553aa38 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.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 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 f323f5f..fe33483 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.5.0 + uses: hoverkraft-tech/compose-action@v2.6.0 with: compose-file: './spring-wolf-example/compose.yaml' services: ${{ steps.services.outputs.services }}