Skip to content

Commit fea6ded

Browse files
authored
Merge pull request #291 from OADA/dependabot/github_actions/docker/setup-buildx-action-3.5.0
build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0
2 parents 81c890d + 7535859 commit fea6ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push-services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Set up Docker Buildx
108108
id: buildx
109-
uses: docker/setup-buildx-action@v3.4.0
109+
uses: docker/setup-buildx-action@v3.5.0
110110
with:
111111
version: latest
112112

@@ -170,7 +170,7 @@ jobs:
170170

171171
- name: Set up Docker Buildx
172172
id: buildx
173-
uses: docker/setup-buildx-action@v3.4.0
173+
uses: docker/setup-buildx-action@v3.5.0
174174
with:
175175
version: latest
176176

0 commit comments

Comments
 (0)