Skip to content

Commit aa6cc32

Browse files
Bump hoverkraft-tech/compose-action from 2.3.0 to 2.4.1
Bumps [hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action) from 2.3.0 to 2.4.1. - [Release notes](https://github.com/hoverkraft-tech/compose-action/releases) - [Commits](hoverkraft-tech/compose-action@40041ff...3846bcd) --- updated-dependencies: - dependency-name: hoverkraft-tech/compose-action dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b242c6 commit aa6cc32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cpu-genesis-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
COMPOSE_PROGRESS: plain # no fancy TTY bars
102102
COMPOSE_HTTP_TIMEOUT: 600 # bump timeout
103103
if: steps.changed-files-yaml.outputs.src_any_changed == 'true'
104-
uses: hoverkraft-tech/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df
104+
uses: hoverkraft-tech/compose-action@3846bcd61da338e9eaaf83e7ed0234a12b099b72
105105
with:
106106
compose-file: "./docker-compose.test.hnsw.e2e.yaml"
107107

.github/workflows/cpu-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Run docker compose
9696
if: steps.changed-files-yaml.outputs.src_any_changed == 'true'
97-
uses: hoverkraft-tech/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df
97+
uses: hoverkraft-tech/compose-action@3846bcd61da338e9eaaf83e7ed0234a12b099b72
9898
continue-on-error: false
9999
env:
100100
COMPOSE_PROGRESS: plain # no fancy TTY bars

0 commit comments

Comments
 (0)