Merge pull request #713 from cbcoutinho/renovate/hoverkraft-tech-compose-action-2.x

chore(deps): update hoverkraft-tech/compose-action action to v2.6.0
This commit is contained in:
Chris Coutinho
2026-06-03 02:26:36 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run docker compose with vector sync
uses: hoverkraft-tech/compose-action@4894d2492015c1774ee5a13a95b1072093087ec3 # v2.5.0
uses: hoverkraft-tech/compose-action@d2bee4f07e8ca410d6b196d00f90c12e7d48c33a # v2.6.0
with:
compose-file: |
./docker-compose.yml
+1 -1
View File
@@ -143,7 +143,7 @@ jobs:
# Start services with the appropriate profile
- name: Run docker compose
uses: hoverkraft-tech/compose-action@4894d2492015c1774ee5a13a95b1072093087ec3 # v2.5.0
uses: hoverkraft-tech/compose-action@d2bee4f07e8ca410d6b196d00f90c12e7d48c33a # v2.6.0
with:
compose-file: "./docker-compose.yml"
compose-flags: "--profile ${{ matrix.profile }}"