From a8783c27f65029bff04e266f6ef537fc25676291 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:06:16 +0000 Subject: [PATCH] GHA: Update dependency openssl/openssl to v4 --- .github/workflows/http3-linux.yml | 2 +- .github/workflows/linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 8c5a90f1c4..b888437434 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -36,7 +36,7 @@ env: CURL_CI: github CURL_TEST_MIN: 1600 # handled in renovate.json - OPENSSL_VERSION: 3.6.2 + OPENSSL_VERSION: 4.0.0 # manually bumped OPENSSL4_VERSION: 4.0.0-beta1 # renovate: datasource=github-tags depName=libressl/portable versioning=semver registryUrl=https://github.com diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7404ae0a6b..70105ec990 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -47,7 +47,7 @@ env: # renovate: datasource=github-tags depName=google/boringssl versioning=semver registryUrl=https://github.com BORINGSSL_VERSION: 0.20260413.0 # handled in renovate.json - OPENSSL_VERSION: 3.6.2 + OPENSSL_VERSION: 4.0.0 # renovate: datasource=github-tags depName=rustls/rustls-ffi versioning=semver registryUrl=https://github.com RUSTLS_VERSION: 0.15.1 # handled in renovate.json