Skip to content

Commit 15eb304

Browse files
authored
Merge pull request #101 from mstormi/dependabot/github_actions/docker/setup-buildx-action-3.10.0
Bump docker/setup-buildx-action from 3.9.0 to 3.10.0
2 parents 82554da + a6f7d9f commit 15eb304

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)