Skip to content

Commit

Permalink
Bump hoverkraft-tech/compose-action from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/hoverkraft-tech/compose-action/releases)
- [Commits](hoverkraft-tech/compose-action@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/compose-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent abc61cf commit 7d65de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: yarn playwright install --with-deps

- name: Install and run Docker Compose
uses: hoverkraft-tech/compose-action@v2.1.0
uses: hoverkraft-tech/compose-action@v2.2.0
with:
compose-file: './docker-compose.yml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grafana-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
NODE_OPTIONS: '--max_old_space_size=4096'

- name: Install and run Docker Compose
uses: hoverkraft-tech/compose-action@v2.1.0
uses: hoverkraft-tech/compose-action@v2.2.0
with:
compose-file: './docker-compose.yml'

Expand Down

0 comments on commit 7d65de8

Please sign in to comment.