Skip to content

Commit a6f7d9f

Browse files
Bump docker/setup-buildx-action from 3.9.0 to 3.10.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60ff144 commit a6f7d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installation-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
sed -i 's|^java_opt=.*$|java_opt='"${{ matrix.java_opt }}"'|' build-image/openhabian.conf
5353
- name: Set up Docker Buildx
5454
id: buildx
55-
uses: docker/setup-buildx-action@v3.9.0
55+
uses: docker/setup-buildx-action@v3.10.0
5656
with:
5757
driver-opts: network=host
5858
- name: Build Docker image

0 commit comments

Comments
 (0)