Skip to content

Commit

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


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

---
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 Jun 17, 2024
1 parent 7b44d16 commit 17d0da0
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.1
# ----------------------------------------------
# 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.1
#----------------------------------------------
# Get changed files
#----------------------------------------------
Expand Down

0 comments on commit 17d0da0

Please sign in to comment.