Skip to content

Commit 71c62ff

Browse files
Merge pull request #173 from igorcampos-dev/renovate/hoverkraft-tech-compose-action-2.x
chore(deps): update hoverkraft-tech/compose-action action to v2.5.0
2 parents d6604ff + 5e76547 commit 71c62ff

12 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/spring-batch-db-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "EOF" >> $GITHUB_OUTPUT
5454
5555
- name: Start containers with Compose Action
56-
uses: hoverkraft-tech/compose-action@v2.4.3
56+
uses: hoverkraft-tech/compose-action@v2.5.0
5757
with:
5858
compose-file: './spring-batch-db-examples/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

.github/workflows/spring-batch-file-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "EOF" >> $GITHUB_OUTPUT
5454
5555
- name: Start containers with Compose Action
56-
uses: hoverkraft-tech/compose-action@v2.4.3
56+
uses: hoverkraft-tech/compose-action@v2.5.0
5757
with:
5858
compose-file: './spring-batch-file-examples/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

.github/workflows/spring-caffeine-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "EOF" >> $GITHUB_OUTPUT
5454
5555
- name: Start containers with Compose Action
56-
uses: hoverkraft-tech/compose-action@v2.4.3
56+
uses: hoverkraft-tech/compose-action@v2.5.0
5757
with:
5858
compose-file: './spring-caffeine-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

.github/workflows/spring-jasper-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "EOF" >> $GITHUB_OUTPUT
5454
5555
- name: Start containers with Compose Action
56-
uses: hoverkraft-tech/compose-action@v2.4.3
56+
uses: hoverkraft-tech/compose-action@v2.5.0
5757
with:
5858
compose-file: './spring-jasper-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

.github/workflows/spring-kafka-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "EOF" >> $GITHUB_OUTPUT
5454
5555
- name: Start containers with Compose Action
56-
uses: hoverkraft-tech/compose-action@v2.4.3
56+
uses: hoverkraft-tech/compose-action@v2.5.0
5757
with:
5858
compose-file: './spring-kafka-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

.github/workflows/spring-keycloak-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "EOF" >> $GITHUB_OUTPUT
5454
5555
- name: Start containers with Compose Action
56-
uses: hoverkraft-tech/compose-action@v2.4.3
56+
uses: hoverkraft-tech/compose-action@v2.5.0
5757
with:
5858
compose-file: './spring-keycloak-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

.github/workflows/spring-mongoDB-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "EOF" >> $GITHUB_OUTPUT
5454
5555
- name: Start containers with Compose Action
56-
uses: hoverkraft-tech/compose-action@v2.4.3
56+
uses: hoverkraft-tech/compose-action@v2.5.0
5757
with:
5858
compose-file: './spring-mongodb-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

.github/workflows/spring-mysql-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "EOF" >> $GITHUB_OUTPUT
5454
5555
- name: Start containers with Compose Action
56-
uses: hoverkraft-tech/compose-action@v2.4.3
56+
uses: hoverkraft-tech/compose-action@v2.5.0
5757
with:
5858
compose-file: './spring-mysql-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

.github/workflows/spring-oracle-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "EOF" >> $GITHUB_OUTPUT
5454
5555
- name: Start containers with Compose Action
56-
uses: hoverkraft-tech/compose-action@v2.4.3
56+
uses: hoverkraft-tech/compose-action@v2.5.0
5757
with:
5858
compose-file: './spring-oracle-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

.github/workflows/spring-postgres-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "EOF" >> $GITHUB_OUTPUT
5454
5555
- name: Start containers with Compose Action
56-
uses: hoverkraft-tech/compose-action@v2.4.3
56+
uses: hoverkraft-tech/compose-action@v2.5.0
5757
with:
5858
compose-file: './spring-postgres-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

0 commit comments

Comments
 (0)