From f7313566602e912cd8c31d244509c05f95eab80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:39:13 +0000 Subject: [PATCH] build(deps): bump adambirds/docker-compose-action from 1.4.0 to 1.5.0 Bumps [adambirds/docker-compose-action](https://github.com/adambirds/docker-compose-action) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/adambirds/docker-compose-action/releases) - [Commits](https://github.com/adambirds/docker-compose-action/compare/v1.4.0...v1.5.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 1c2663a..5f3dd06 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.4.0 + - uses: adambirds/docker-compose-action@v1.5.0 with: compose-file: "compose.yaml" up-flags: "--build"