Skip to content

Commit a4702e0

Browse files
dependabot[bot]gpetretto
authored andcommitted
Bump docker/bake-action from 6 to 7
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6 to 7. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v6...v7) --- updated-dependencies: - dependency-name: docker/bake-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b48199f commit a4702e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-buildx-action@v3
5151

5252
- name: Build test bench container
53-
uses: docker/bake-action@v6
53+
uses: docker/bake-action@v7
5454
with:
5555
load: true
5656
push: false
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Load test bench containers
112112
if: matrix.config.os == 'ubuntu-latest'
113-
uses: docker/bake-action@v6
113+
uses: docker/bake-action@v7
114114
with:
115115
load: true
116116
push: false

0 commit comments

Comments
 (0)