From 6abafac03be1f6904c2aab4a1741dd6341557183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:14:36 -0700 Subject: [PATCH] Bump docker/bake-action from 4.5.0 to 4.6.0 (#96) Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v4.5.0...v4.6.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 71a8184..deca7f5 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.5.0 + uses: docker/bake-action@v4.6.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 7ded2e5..c331c85 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.5.0 + uses: docker/bake-action@v4.6.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 0d681e5..ce478fd 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.5.0 + uses: docker/bake-action@v4.6.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