Skip to content

Commit e0ccd81

Browse files
dependabot[bot]dunglas
authored andcommitted
ci: bump docker/bake-action from 4 to 5
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 5. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v4...v5) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 039d021 commit e0ccd81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
-
151151
name: Build
152152
id: build
153-
uses: docker/bake-action@v4
153+
uses: docker/bake-action@v5
154154
with:
155155
pull: true
156156
load: ${{ !fromJson(needs.prepare.outputs.push) }}

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
-
116116
name: Build
117117
id: build
118-
uses: docker/bake-action@v4
118+
uses: docker/bake-action@v5
119119
with:
120120
pull: true
121121
load: ${{ !fromJson(needs.prepare.outputs.push) || matrix.debug || matrix.mimalloc }}

0 commit comments

Comments
 (0)