Skip to content

Commit

Permalink
chore(deps): Bump hoverkraft-tech/compose-action from 2.0.0 to 2.0.1
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.0.0 to 2.0.1.
- [Release notes](https://github.com/hoverkraft-tech/compose-action/releases)
- [Commits](hoverkraft-tech/compose-action@v2.0.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent 6bcdef5 commit 5d0d8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "configuration=$(jq -c --arg package '${{ matrix.package }}' '.[$package]' .github/test-configuration.json)" >> "$GITHUB_OUTPUT"
- name: start dependencies
uses: hoverkraft-tech/compose-action@v2.0.0
uses: hoverkraft-tech/compose-action@v2.0.1
with:
compose-file: "./docker-compose.yaml"
down-flags: "--volumes"
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
save-if: false

- name: start dependencies
uses: hoverkraft-tech/compose-action@v2.0.0
uses: hoverkraft-tech/compose-action@v2.0.1
with:
compose-file: "./docker-compose.yaml"
down-flags: "--volumes"
Expand Down

0 comments on commit 5d0d8b8

Please sign in to comment.