GHA: update wolfSSL/wolfssl to v5.8.0

Closes #17182
This commit is contained in:
renovate[bot] 2025-04-25 07:33:49 +00:00 committed by Daniel Stenberg
parent d58ff6e4b5
commit 01b177721b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ commands:
- run:
command: |
# renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
WOLFSSL_VER=5.7.6
WOLFSSL_VER=5.8.0
echo "Installing wolfSSL $WOLFSSL_VER"
curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archive/v$WOLFSSL_VER-stable.tar.gz
tar -xzf v$WOLFSSL_VER-stable.tar.gz