From 9d13383787c0ad87d20add14194fecd9eab3ec04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:33:57 +0000 Subject: [PATCH] build(deps): bump isbang/compose-action from 2.0.2 to 2.1.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/f1ca7fefe3627c2dab0ae1db43a106d82740245e...9575d402e7402331b6ac509df860c4da3ab47fc2) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/functional-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index 5dfb0242..9e5873fd 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -67,7 +67,7 @@ jobs: ref: ${{ inputs.umbrella_branch }} - name: Deploy RSTUF with Worker container from source code - uses: isbang/compose-action@f1ca7fefe3627c2dab0ae1db43a106d82740245e + uses: isbang/compose-action@9575d402e7402331b6ac509df860c4da3ab47fc2 with: compose-file: ${{ inputs.docker_compose }} env: @@ -93,7 +93,7 @@ jobs: ref: ${{ inputs.umbrella_branch }} - name: Deploy RSTUF with Worker container from source code - uses: isbang/compose-action@f1ca7fefe3627c2dab0ae1db43a106d82740245e + uses: isbang/compose-action@9575d402e7402331b6ac509df860c4da3ab47fc2 with: compose-file: ${{ inputs.docker_compose }} env: @@ -122,7 +122,7 @@ jobs: ref: ${{ inputs.umbrella_branch }} - name: Deploy RSTUF with Worker container from source code - uses: isbang/compose-action@f1ca7fefe3627c2dab0ae1db43a106d82740245e + uses: isbang/compose-action@9575d402e7402331b6ac509df860c4da3ab47fc2 with: compose-file: ${{ inputs.docker_compose }} env: