From d44080e55a883700a7d9733c36c8949bebb1b21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 10:24:06 -0700 Subject: [PATCH] Bump docker/bake-action from 4.4.0 to 4.5.0 (#92) Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/branch-ci.yml | 2 +- .github/workflows/edge-ci.yml | 2 +- .github/workflows/release-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branch-ci.yml b/.github/workflows/branch-ci.yml index af65cd7..71a8184 100644 --- a/.github/workflows/branch-ci.yml +++ b/.github/workflows/branch-ci.yml @@ -96,7 +96,7 @@ jobs: cp artifacts/server/jetty-app/build/distributions/server-jetty-${{ steps.artifact_metadata.outputs.deephaven_version }}.tar contexts/server-slim/ - name: Bake - uses: docker/bake-action@v4.4.0 + uses: docker/bake-action@v4.5.0 with: targets: ${{ github.event.inputs.bake_targets }} files: server.hcl,server-slim.hcl,server-base.hcl,server-slim-base.hcl diff --git a/.github/workflows/edge-ci.yml b/.github/workflows/edge-ci.yml index 963c97f..7ded2e5 100644 --- a/.github/workflows/edge-ci.yml +++ b/.github/workflows/edge-ci.yml @@ -97,7 +97,7 @@ jobs: cp artifacts/server/jetty-app/build/distributions/server-jetty-${{ steps.artifact_metadata.outputs.deephaven_version }}.tar contexts/server-slim/ - name: Bake - uses: docker/bake-action@v4.4.0 + uses: docker/bake-action@v4.5.0 with: targets: server,server-slim,server-base,server-slim-base,server-ui files: server.hcl,server-slim.hcl,server-base.hcl,server-slim-base.hcl diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index d13ff6d..0d681e5 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Bake - uses: docker/bake-action@v4.4.0 + uses: docker/bake-action@v4.5.0 with: targets: server,server-slim,server-all-ai,server-nltk,server-pytorch,server-sklearn,server-tensorflow,server-ui files: server.hcl,server-slim.hcl