Skip to content

Commit 9b8cb61

Browse files
authored
Merge pull request #15 from netbootxyz/renovate/docker-setup-buildx-action-3.x
Update docker/setup-buildx-action action to v3
2 parents 560fecf + bad6813 commit 9b8cb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- name: Set up Docker Buildx
25-
uses: docker/setup-buildx-action@v2
25+
uses: docker/setup-buildx-action@v3
2626
- name: Login to the GitHub Container Registry
2727
uses: docker/login-action@v2
2828
with:

0 commit comments

Comments
 (0)