Skip to content

Commit fbe85f6

Browse files
committed
tests: use setup-compose-action
Signed-off-by: Dorin Geman <[email protected]>
1 parent eef0c12 commit fbe85f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
2020

21-
- name: Set up Docker Buildx
22-
uses: docker/setup-buildx-action@v3
21+
- name: Set up Docker Compose
22+
uses: docker/[email protected]
23+
with:
24+
version: v2.40.3
2325

2426
- name: Install Docker Model Plugin
2527
run: |

0 commit comments

Comments
 (0)