From 48e34fa72e5fcf4bfb10bd2a492fee254fb91e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:43:45 +0000 Subject: [PATCH] Bump isbang/compose-action from 2.0.2 to 2.2.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.0.2 to 2.2.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v2.0.2...v2.2.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eccdf5d6..c8e91ccb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: "Docker compose dependencies" - uses: isbang/compose-action@v2.0.2 + uses: isbang/compose-action@v2.2.0 with: compose-file: "./docker-compose.yaml" down-flags: "--volumes"