Skip to content

Commit cebc3ef

Browse files
authored
Merge pull request #36 from patchlevel/renovate/docker-setup-buildx-action-4.x
Update docker/setup-buildx-action action to v4
2 parents adb71cb + 3d94600 commit cebc3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v6
4444

4545
- name: Set up Docker Buildx
46-
uses: docker/setup-buildx-action@v3
46+
uses: docker/setup-buildx-action@v4
4747

4848
- name: Login to GitHub Container Registry
4949
if: ${{ github.ref_name == 'main' }}
@@ -125,7 +125,7 @@ jobs:
125125

126126
steps:
127127
- name: Set up Docker Buildx
128-
uses: docker/setup-buildx-action@v3
128+
uses: docker/setup-buildx-action@v4
129129

130130
- name: Login to GitHub Container Registry
131131
uses: docker/login-action@v4

0 commit comments

Comments
 (0)