Skip to content

Commit f62d008

Browse files
authored
Merge pull request #293 from python-discord/renovate/docker-setup-buildx-action-3.x
Update docker/setup-buildx-action action to v3
2 parents 546efc1 + 8ac34fb commit f62d008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forms-backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v4
6969

7070
- name: Setup Docker BuildX
71-
uses: docker/setup-buildx-action@v1
71+
uses: docker/setup-buildx-action@v3
7272

7373
- name: Login to Github Container Registry
7474
uses: docker/login-action@v3

0 commit comments

Comments
 (0)