diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0316e3d8..917ba6a6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -38,7 +38,7 @@ jobs: run: yarn playwright install --with-deps - name: Install and run Docker Compose - uses: hoverkraft-tech/compose-action@v2.1.0 + uses: hoverkraft-tech/compose-action@v2.2.0 with: compose-file: './docker-compose.yml' diff --git a/.github/workflows/grafana-bench.yml b/.github/workflows/grafana-bench.yml index 1a681686..534923dd 100644 --- a/.github/workflows/grafana-bench.yml +++ b/.github/workflows/grafana-bench.yml @@ -37,7 +37,7 @@ jobs: NODE_OPTIONS: '--max_old_space_size=4096' - name: Install and run Docker Compose - uses: hoverkraft-tech/compose-action@v2.1.0 + uses: hoverkraft-tech/compose-action@v2.2.0 with: compose-file: './docker-compose.yml'