Skip to content

Commit ced149e

Browse files
authored
ci: Update OpenSSL version in install-openssl action (#551)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > CI-only dependency version pin on Windows runners; no application or auth logic changes, though a major OpenSSL bump could affect Windows build/link if the package or APIs differ. > > **Overview** > Bumps the **Windows** CI OpenSSL install from **3.6.2** to **4.0.1** via Chocolatey in `install-openssl`. Linux and macOS steps are unchanged; only the `choco install openssl --version` pin is updated. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit ca0e676. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 47fa5c2 commit ced149e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-openssl/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
if: runner.os == 'Windows'
3333
shell: bash
3434
run: |
35-
choco install openssl --version 3.6.2 -y --no-progress
35+
choco install openssl --version 4.0.1 -y --no-progress
3636
if [ -d "C:\Program Files\OpenSSL-Win64" ]; then
3737
echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_OUTPUT
3838
else

0 commit comments

Comments
 (0)