Skip to content

Commit

Permalink
chore(deps): Bump isbang/compose-action in the all-actions group
Browse files Browse the repository at this point in the history
Bumps the all-actions group with 1 update: [isbang/compose-action](https://github.com/isbang/compose-action).


Updates `isbang/compose-action` from 1.5.1 to 2.0.0
- [Release notes](https://github.com/isbang/compose-action/releases)
- [Commits](hoverkraft-tech/compose-action@v1.5.1...v2.0.0)

---
updated-dependencies:
- dependency-name: isbang/compose-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 16, 2024
1 parent eb0c675 commit 884930c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
# ----------------------------------------------
- name: Initialize Docker Compose
if: ${{ steps.upgrade_available.outputs.available == 'true' && github.event.inputs.re_release != 'true'}}
uses: isbang/compose-action@v1.5.1
uses: isbang/compose-action@v2.0.0
# ----------------------------------------------
# Collect plugins that fail integration tests
# ----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Get docker compose
#----------------------------------------------
- name: Initialize Docker Compose
uses: isbang/compose-action@v1.5.1
uses: isbang/compose-action@v2.0.0
#----------------------------------------------
# Get changed files
#----------------------------------------------
Expand Down

0 comments on commit 884930c

Please sign in to comment.