Skip to content

Commit e229d60

Browse files
committed
1 parent 26372f2 commit e229d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ function dummy() {
1616
return [__dirname + '/action.yml', __dirname + '/README.md'];
1717
}
1818

19-
const INSTALLER_VERSION = '2025-08-30';
19+
const INSTALLER_VERSION = '2025-12-13';
2020
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';
21+
const INSTALLER_CHECKSUM = '99f2fee9a7b1c344600ac97347e7be23a1f802d8d843b339ec7473a8ed8d49a6';
2222
// see https://github.com/msys2/setup-msys2/issues/61
2323
const INSTALL_CACHE_ENABLED = false;
2424
const CACHE_FLUSH_COUNTER = 0;

0 commit comments

Comments
 (0)