diff --git a/main.js b/main.js index 3c86e2f..e7d07af 100644 --- a/main.js +++ b/main.js @@ -16,9 +16,9 @@ function dummy() { return [__dirname + '/action.yml', __dirname + '/README.md']; } -const INSTALLER_VERSION = '2023-07-18'; +const INSTALLER_VERSION = '2023-10-26'; const INSTALLER_URL = `https://github.com/msys2/msys2-installer/releases/download/${INSTALLER_VERSION}/msys2-base-x86_64-${INSTALLER_VERSION.replace(/-/g, '')}.sfx.exe`; -const INSTALLER_CHECKSUM = 'ab9b9a25e92d0c71136c79eeac954f1ce023341224de8d81401439f38c8b9232'; +const INSTALLER_CHECKSUM = 'e97bf864328144753df645ac81e52a8b5223a3bbc07c6b991233f57f7a2f1650'; // see https://github.com/msys2/setup-msys2/issues/61 const INSTALL_CACHE_ENABLED = false; const CACHE_FLUSH_COUNTER = 0;