We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26372f2 commit e229d60Copy full SHA for e229d60
main.js
@@ -16,9 +16,9 @@ function dummy() {
16
return [__dirname + '/action.yml', __dirname + '/README.md'];
17
}
18
19
-const INSTALLER_VERSION = '2025-08-30';
+const INSTALLER_VERSION = '2025-12-13';
20
const INSTALLER_URL = `https://github.com/msys2/msys2-installer/releases/download/${INSTALLER_VERSION}/msys2-base-x86_64-${INSTALLER_VERSION.replace(/-/g, '')}.sfx.exe`;
21
-const INSTALLER_CHECKSUM = '1f27d95ca3943272e16102029e6433608cb204068ac9456a510d069be0c02eeb';
+const INSTALLER_CHECKSUM = '99f2fee9a7b1c344600ac97347e7be23a1f802d8d843b339ec7473a8ed8d49a6';
22
// see https://github.com/msys2/setup-msys2/issues/61
23
const INSTALL_CACHE_ENABLED = false;
24
const CACHE_FLUSH_COUNTER = 0;
0 commit comments