Skip to content

Commit 7b35014

Browse files
authored
Merge pull request #2 from techquestsdev/dependabot/github_actions/docker/setup-buildx-action-4
ci: bump docker/setup-buildx-action from 3 to 4
2 parents f7cc9d7 + 984d654 commit 7b35014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
uses: actions/checkout@v6
140140

141141
- name: Set up Docker Buildx
142-
uses: docker/setup-buildx-action@v3
142+
uses: docker/setup-buildx-action@v4
143143

144144
- name: Log in to Container Registry
145145
uses: docker/login-action@v4
@@ -210,7 +210,7 @@ jobs:
210210
uses: actions/checkout@v6
211211

212212
- name: Set up Docker Buildx
213-
uses: docker/setup-buildx-action@v3
213+
uses: docker/setup-buildx-action@v4
214214

215215
- name: Build Docker image (validation only)
216216
id: build

0 commit comments

Comments
 (0)