From 91045b2ff62526d30ed7eed0f1469ae7cbd2be47 Mon Sep 17 00:00:00 2001 From: Joost VandeVondele Date: Sat, 6 Jun 2026 09:57:45 +0200 Subject: [PATCH] [CI] Update SDE action more robust and efficient installation process. Thanks @ppetrovt closes https://github.com/official-stockfish/Stockfish/pull/6885 No functional change --- .github/workflows/universal_compilation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/universal_compilation.yml b/.github/workflows/universal_compilation.yml index 28909bba4..e6c3ace60 100644 --- a/.github/workflows/universal_compilation.yml +++ b/.github/workflows/universal_compilation.yml @@ -20,7 +20,7 @@ jobs: version: 15 - name: Download SDE package - uses: petarpetrovt/setup-sde@d230e06df0ca06ced70000e4a7fa62afc9a2001e # v4.0 + uses: petarpetrovt/setup-sde@31aa4a8e85e109bef00f1d838613fcc6ec421271 # v5.0 with: environmentVariableName: SDE_DIR sdeVersion: 9.58.0 @@ -75,7 +75,7 @@ jobs: install: mingw-w64-x86_64-gcc make git zip - name: Download SDE package - uses: petarpetrovt/setup-sde@d230e06df0ca06ced70000e4a7fa62afc9a2001e # v4.0 + uses: petarpetrovt/setup-sde@31aa4a8e85e109bef00f1d838613fcc6ec421271 # v5.0 with: environmentVariableName: SDE_DIR sdeVersion: 9.58.0