Skip to content

Commit 00144d7

Browse files
chore(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c15de3 commit 00144d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
password: ${{ secrets.GITHUB_TOKEN }}
8989

9090
- name: Set up Docker Buildx
91-
uses: docker/setup-buildx-action@v3.10.0
91+
uses: docker/setup-buildx-action@v3.11.0
9292

9393
- name: Build and push Docker image to GitHub Container Registry
9494
uses: docker/build-push-action@v6.18.0

0 commit comments

Comments
 (0)