From 11298fc5aabbbbba99efef2b3590fea46f267c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 04:02:08 +0000 Subject: [PATCH] Bump docker/bake-action from 1 to 1.4.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 1 to 1.4.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v1...v1.4.0) Signed-off-by: dependabot[bot] <support@github.com> --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bbdbda..a771eef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v2 - name: Validate - uses: docker/bake-action@v1 + uses: docker/bake-action@v1.4.0 with: targets: validate - @@ -27,7 +27,7 @@ jobs: uses: ./ - name: Test - uses: docker/bake-action@v1 + uses: docker/bake-action@v1.4.0 with: targets: test -