Skip to content

Commit

Permalink
Merge pull request #2 from TimeCopSync/dependabot/github_actions/isba…
Browse files Browse the repository at this point in the history
…ng/compose-action-2.0.0

build(deps): bump isbang/compose-action from 1.5.1 to 2.0.0
  • Loading branch information
WoodenMaiden authored Apr 15, 2024
2 parents 09758b2 + 780e2ea commit 39aab80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: isbang/compose-action@v1.5.1
- uses: isbang/compose-action@v2.0.0
with:
compose-file: "./docker-compose.test.yaml"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: isbang/compose-action@v1.5.1
- uses: isbang/compose-action@v2.0.0
with:
compose-file: "./docker-compose.test.yaml"

Expand Down

0 comments on commit 39aab80

Please sign in to comment.