From 8535d8db9a63f0010b97414a62f14f31e93c294a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:04:51 +0000 Subject: [PATCH] [github-actions] Bump isbang/compose-action from 1.5.1 to 2.4.1 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 1.5.1 to 2.4.1. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v1.5.1...v2.4.1) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-version: 2.4.1 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..204819a9 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.4.1 with: compose-file: "./docker-compose.postgres.yaml"