From 6767ac2842fa63f305c419e9f462753f4657fec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 20:21:19 +0000 Subject: [PATCH] [github-actions] Bump isbang/compose-action from 1.5.1 to 2.0.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 1.5.1 to 2.0.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v1.5.1...v2.0.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/branches.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branches.yaml b/.github/workflows/branches.yaml index 164f64fd..892e67bd 100644 --- a/.github/workflows/branches.yaml +++ b/.github/workflows/branches.yaml @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 16 - - uses: isbang/compose-action@v1.5.1 + - uses: isbang/compose-action@v2.2.0 with: compose-file: "./docker-compose.postgres.yaml"