From 4e2fa3d0222b78876c5aa36c2c7e40742f5519f7 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 18 Feb 2025 17:36:39 +0100 Subject: [PATCH] push --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 951943bb22..b4f0149724 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -106,7 +106,7 @@ jobs: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 windmill: - image: ghcr.io/windmill-labs/windmill-ee:1.464.5 + image: ghcr.io/windmill-labs/windmill-ee:1.464.6 env: DATABASE_URL: postgres://postgres:changeme@postgres:5432/windmill LICENSE_KEY: ${{ secrets.WM_LICENSE_KEY_CI }}