From: Frank Lichtenheld Date: Wed, 11 Sep 2024 14:42:31 +0000 (+0200) Subject: GHA: Update dependency Mbed-TLS/mbedtls to v3.6.1 X-Git-Tag: v2.7_alpha1~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d7cec855aea3c453b75fe68a1c151400793661;p=thirdparty%2Fopenvpn.git GHA: Update dependency Mbed-TLS/mbedtls to v3.6.1 Requires submodule checkout. Change-Id: I86ceceb4e1c716b33c6c6ec8853eca0fb4b394f1 Signed-off-by: Frank Lichtenheld Acked-by: Arne Schwabe Message-Id: <20240911144231.32553-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg29208.html Signed-off-by: Gert Doering --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6207c95b4..8f0a7b59d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -404,9 +404,10 @@ jobs: uses: actions/checkout@v4 with: path: mbedtls + submodules: true # versioning=semver-coerced repository: Mbed-TLS/mbedtls - ref: v3.5.2 + ref: v3.6.1 - name: "mbedtls: make no_test" run: make -j3 no_test SHARED=1 working-directory: mbedtls