From bb965013bd29b6211bbb031bd873cb34cdd7a34f Mon Sep 17 00:00:00 2001 From: Stefan Nachtrab Date: Mon, 20 Jun 2022 11:28:53 +0200 Subject: [PATCH] fixed legacy build version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d006c0c0..3f7d0b63e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -161,7 +161,7 @@ jobs: fail-fast: false matrix: env: - - KEYCLOAK_VERSION: 18.0.0 + - KEYCLOAK_VERSION: 18.0.1 steps: - uses: actions/checkout@v3