From ed4b34fbb6e18dfc99e205b418fcd7195a1a40e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 05:08:32 +0000 Subject: [PATCH] [github-actions] Bump isbang/compose-action from 1.5.1 to 2.2.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 1.5.1 to 2.2.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v1.5.1...v2.2.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-version: 2.2.0 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"