Skip to content

Commit 0cfc1f2

Browse files
chore(deps): update docker/setup-buildx-action action to v4 (#145)
| datasource | package | from | to | | ----------- | -------------------------- | ---- | -- | | github-tags | docker/setup-buildx-action | v3 | v4 | Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent 127e10c commit 0cfc1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up QEMU
1616
uses: docker/setup-qemu-action@v3
1717
- name: Set up Docker Buildx
18-
uses: docker/setup-buildx-action@v3
18+
uses: docker/setup-buildx-action@v4
1919
- name: Login to Docker Hub
2020
uses: docker/login-action@v4
2121
with:

0 commit comments

Comments
 (0)