From cb9aafbdc4a73f497854da78586ee917a98fe60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:07:35 +0000 Subject: [PATCH] chore: bump isbang/compose-action from 2.0.0 to 2.0.1 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/802a148945af6399a338c7906c267331b39a71af...e5813a5909aca4ae36058edae58f6e52b9c971f8) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 8 ++++---- .github/workflows/release.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5a5fff39..ff97659e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: submodules: true - - uses: isbang/compose-action@802a148945af6399a338c7906c267331b39a71af # v2.0.0 + - uses: isbang/compose-action@e5813a5909aca4ae36058edae58f6e52b9c971f8 # v2.0.1 with: cwd: "./dial-cookbook/ci" up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300" @@ -23,17 +23,17 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: isbang/compose-action@802a148945af6399a338c7906c267331b39a71af # v2.0.0 + - uses: isbang/compose-action@e5813a5909aca4ae36058edae58f6e52b9c971f8 # v2.0.1 name: Run quickstart model example with: cwd: "./dial-docker-compose/ci/model" up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300" - - uses: isbang/compose-action@802a148945af6399a338c7906c267331b39a71af # v2.0.0 + - uses: isbang/compose-action@e5813a5909aca4ae36058edae58f6e52b9c971f8 # v2.0.1 name: Run quickstart application example with: cwd: "./dial-docker-compose/ci/application" up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300" - - uses: isbang/compose-action@802a148945af6399a338c7906c267331b39a71af # v2.0.0 + - uses: isbang/compose-action@e5813a5909aca4ae36058edae58f6e52b9c971f8 # v2.0.1 name: Run quickstart addon example with: cwd: "./dial-docker-compose/ci/addon" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38cdb0ba..1df64c0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: submodules: true - - uses: isbang/compose-action@802a148945af6399a338c7906c267331b39a71af # v2.0.0 + - uses: isbang/compose-action@e5813a5909aca4ae36058edae58f6e52b9c971f8 # v2.0.1 with: cwd: "./dial-cookbook/ci" up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300" @@ -23,17 +23,17 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: isbang/compose-action@802a148945af6399a338c7906c267331b39a71af # v2.0.0 + - uses: isbang/compose-action@e5813a5909aca4ae36058edae58f6e52b9c971f8 # v2.0.1 name: Run quickstart model example with: cwd: "./dial-docker-compose/ci/model" up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300" - - uses: isbang/compose-action@802a148945af6399a338c7906c267331b39a71af # v2.0.0 + - uses: isbang/compose-action@e5813a5909aca4ae36058edae58f6e52b9c971f8 # v2.0.1 name: Run quickstart application example with: cwd: "./dial-docker-compose/ci/application" up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300" - - uses: isbang/compose-action@802a148945af6399a338c7906c267331b39a71af # v2.0.0 + - uses: isbang/compose-action@e5813a5909aca4ae36058edae58f6e52b9c971f8 # v2.0.1 name: Run quickstart addon example with: cwd: "./dial-docker-compose/ci/addon"