From 5e7654720ee5b59d757ffbf72aaa5a9de5f408d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:36:39 +0000 Subject: [PATCH] chore(deps): update hoverkraft-tech/compose-action action to v2.5.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 e1809b3..a1a7977 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.3 + uses: hoverkraft-tech/compose-action@v2.5.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 b747848..d7fd139 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.3 + uses: hoverkraft-tech/compose-action@v2.5.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 2cd0688..7dd8f2c 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.3 + uses: hoverkraft-tech/compose-action@v2.5.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 8d53ea8..9110c56 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.3 + uses: hoverkraft-tech/compose-action@v2.5.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 596e431..4516ebe 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.3 + uses: hoverkraft-tech/compose-action@v2.5.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 dd10f92..9d84f9e 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.3 + uses: hoverkraft-tech/compose-action@v2.5.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 1fa4093..aba8ef0 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.4.3 + uses: hoverkraft-tech/compose-action@v2.5.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 010f5bb..250e9a3 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.3 + uses: hoverkraft-tech/compose-action@v2.5.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 a459660..e64c0d6 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.3 + uses: hoverkraft-tech/compose-action@v2.5.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 56b2138..6e4157d 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.3 + uses: hoverkraft-tech/compose-action@v2.5.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 92dbba9..0ea2413 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.3 + uses: hoverkraft-tech/compose-action@v2.5.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 0fd9eee..fc28046 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.3 + uses: hoverkraft-tech/compose-action@v2.5.0 with: compose-file: './springwolf-example/compose.yaml' services: ${{ steps.services.outputs.services }}