From ac0e95df1c11b82396fa6e62ad32abcdf1a2c024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:29:59 +0000 Subject: [PATCH] build(deps): bump adambirds/docker-compose-action from 1.3.0 to 1.4.0 Bumps [adambirds/docker-compose-action](https://github.com/adambirds/docker-compose-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/adambirds/docker-compose-action/releases) - [Commits](https://github.com/adambirds/docker-compose-action/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: adambirds/docker-compose-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd2d5a1..1c2663a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: steps: # need checkout before using docker-compose-action - uses: actions/checkout@v3 - - uses: adambirds/docker-compose-action@v1.3.0 + - uses: adambirds/docker-compose-action@v1.4.0 with: compose-file: "compose.yaml" up-flags: "--build"