Skip to content

Commit 257a0ab

Browse files
Merge pull request #117 from igorcampos-dev/renovate/hoverkraft-tech-compose-action-2.x
chore(deps): update hoverkraft-tech/compose-action action to v2.4.1
2 parents 631eecf + a35aec4 commit 257a0ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

0 commit comments

Comments
 (0)