From 19e8b2f63cd29358ac5433edb0a670cb41e37886 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:02:53 +0000 Subject: [PATCH] chore(deps): update dependency erlang/otp-lts to v27.3.4.17 --- .github/workflows/elixir-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elixir-ci.yml b/.github/workflows/elixir-ci.yml index 5ad4ab9..f216bde 100644 --- a/.github/workflows/elixir-ci.yml +++ b/.github/workflows/elixir-ci.yml @@ -15,7 +15,7 @@ on: otp-version-lts: description: 'LTS OTP version' # renovate: datasource=github-releases depName=erlang/otp-lts packageName=erlang/otp versioning=loose extractVersion=^OTP-(?.*)$ - default: '27.3.4.16' + default: '27.3.4.17' required: false type: string elixir-version-lts: