mirror of
https://github.com/curl/curl.git
synced 2026-05-17 00:16:21 +03:00
GHA: update wolfSSL and mod_h2
- wolfSSL/wolfssl to v5.7.2 - icing/mod_h2 to v2.0.29 Closes #14131 Closes #14148
This commit is contained in:
parent
95776c9ab5
commit
bf251cc0d2
3 changed files with 3 additions and 3 deletions
2
.github/scripts/VERSIONS
vendored
2
.github/scripts/VERSIONS
vendored
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: curl
|
||||
|
||||
# renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
|
||||
WOLFSSL_VER=5.7.0
|
||||
WOLFSSL_VER=5.7.2
|
||||
|
||||
# renovate: datasource=github-tags depName=wolfSSL/wolfssh versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
|
||||
WOLFSSH_VER=1.4.17
|
||||
|
|
|
|||
2
.github/workflows/http3-linux.yml
vendored
2
.github/workflows/http3-linux.yml
vendored
|
|
@ -62,7 +62,7 @@ env:
|
|||
# renovate: datasource=github-tags depName=cloudflare/quiche versioning=semver registryUrl=https://github.com
|
||||
quiche-version: 0.22.0
|
||||
# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://github.com
|
||||
mod_h2-version: 2.0.27
|
||||
mod_h2-version: 2.0.29
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
|
|
|
|||
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -48,7 +48,7 @@ env:
|
|||
# renovate: datasource=github-tags depName=ARMmbed/mbedtls versioning=semver registryUrl=https://github.com
|
||||
mbedtls-version: 3.6.0
|
||||
# renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://github.com
|
||||
mod_h2-version: 2.0.27
|
||||
mod_h2-version: 2.0.29
|
||||
# renovate: datasource=github-tags depName=nibanks/msh3 versioning=semver registryUrl=https://github.com
|
||||
msh3-version: 0.6.0
|
||||
# handled in renovate.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue