Skip to content

Commit 7477fed

Browse files
Merge pull request #134 from igorcampos-dev/renovate/hoverkraft-tech-compose-action-2.x
chore(deps): update hoverkraft-tech/compose-action action to v2.4.2
2 parents d7d7466 + b70ef7f commit 7477fed

9 files changed

+9
-9
lines changed

.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/[email protected].1
56+
uses: hoverkraft-tech/[email protected].2
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/[email protected].1
56+
uses: hoverkraft-tech/[email protected].2
5757
with:
5858
compose-file: './spring-batch-file-examples/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/[email protected].1
56+
uses: hoverkraft-tech/[email protected].2
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/[email protected].1
56+
uses: hoverkraft-tech/[email protected].2
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/[email protected].1
56+
uses: hoverkraft-tech/[email protected].2
5757
with:
5858
compose-file: './spring-keycloak-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/[email protected].1
56+
uses: hoverkraft-tech/[email protected].2
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/[email protected].1
56+
uses: hoverkraft-tech/[email protected].2
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/[email protected].1
56+
uses: hoverkraft-tech/[email protected].2
5757
with:
5858
compose-file: './spring-postgres-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

.github/workflows/spring-prometheus-grafana-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/[email protected].1
56+
uses: hoverkraft-tech/[email protected].2
5757
with:
5858
compose-file: './spring-prometheus-grafana-example/compose.yaml'
5959
services: ${{ steps.services.outputs.services }}

0 commit comments

Comments
 (0)