Merge pull request #965 from docker/dependabot/github_actions/docker/bake-action-4

chore(deps): Bump docker/bake-action from 3 to 4
This commit is contained in:
CrazyMax 2023-09-12 14:28:09 +02:00 committed by GitHub
commit 5909c5bffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: test
-

View file

@ -40,6 +40,6 @@ jobs:
uses: actions/checkout@v4
-
name: Validate
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: ${{ matrix.target }}