From ddb179586f68c00c6c0d9ae69aae9dc2abee2bc9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 2 Aug 2023 09:05:54 +0000 Subject: [PATCH] gha: bump libressl and mbedtls versions Closes #11573 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1e55e1bf5a..7de15044ca 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -42,8 +42,8 @@ permissions: {} env: MAKEFLAGS: -j 3 bearssl-version: 0.6 - libressl-version: v3.6.1 - mbedtls-version: v3.3.0 + libressl-version: v3.7.3 + mbedtls-version: v3.4.0 mod_h2-version: v2.0.21 msh3-version: v0.6.0 openssl3-version: openssl-3.1.1 -- 2.47.3