Skip to content

Commit 6c9ab5b

Browse files
authored
Merge pull request #19 from blinklabs-io/dependabot/github_actions/docker/setup-buildx-action-3
chore(deps): bump docker/setup-buildx-action from 1 to 3
2 parents 55c2a1e + fb5a584 commit 6c9ab5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: qemu
1818
uses: docker/setup-qemu-action@v2
19-
- uses: docker/setup-buildx-action@v2
19+
- uses: docker/setup-buildx-action@v3
2020
- id: meta
2121
uses: docker/metadata-action@v4
2222
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- name: qemu
2020
uses: docker/setup-qemu-action@v1
21-
- uses: docker/setup-buildx-action@v1
21+
- uses: docker/setup-buildx-action@v3
2222
- name: Login to Docker Hub
2323
uses: docker/login-action@v3
2424
with:

0 commit comments

Comments
 (0)