We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fefc52 + bb11ce2 commit 331d785Copy full SHA for 331d785
1 file changed
.github/actions/install-openssl/action.yml
@@ -32,7 +32,7 @@ runs:
32
if: runner.os == 'Windows'
33
shell: bash
34
run: |
35
- choco install openssl --version 3.4.0 -y --no-progress
+ choco install openssl --version 3.4.1 -y --no-progress
36
if [ -d "C:\Program Files\OpenSSL-Win64" ]; then
37
echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_OUTPUT
38
else
0 commit comments