chore(deps): bump docker/bake-action from 1 to 1.4.0 (#280)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-12 10:11:03 -03:00 committed by GitHub
parent f08023819a
commit 15c488ce8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@ jobs:
fetch-depth: 0
-
name: Validate
uses: docker/bake-action@v1
uses: docker/bake-action@v1.4.0
with:
targets: validate
-
name: Test
uses: docker/bake-action@v1
uses: docker/bake-action@v1.4.0
with:
targets: test
-