Skip to content

Commit a7fdde0

Browse files
Merge pull request #88 from igorcampos-dev/renovate/hoverkraft-tech-compose-action-2.x
chore(deps): update hoverkraft-tech/compose-action action to v2.4.1
2 parents 8d64fe4 + 06df08a commit a7fdde0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

0 commit comments

Comments
 (0)