v2026.3-1-g40a505a
Details
-
FilenameBankStack-v2026.3-1-g40a505a.zip
-
Uploaded by
-
UploadedAug 1, 2026
-
Size159.28 KB
-
Downloads68
-
MD5c041c3096d18d11a0444f17d59b7e8ad
Supported WoW Retail Versions
- 12.0.1
- 11.2.7
- 12.0.0
Supported WoW Mists of Pandaria Classic Versions
- 5.5.3
Supported WoW Wrath of the Lich King Classic Versions
- 3.4.5
Supported WoW Classic Versions
- 1.15.8
Supported WoW Burning Crusade Classic Versions
- 2.5.5
Changelog
BankStack
v2026.3-1-g40a505a (2026-08-01)
Full Changelog Previous Releases
- Actions: use the luacheck action instead of installing it from luarocks
The lint job ran apt-get install with no apt-get update ahead of it, which
fails whenever the runner image package index is stale.
lunarmodules/luacheck@v1 replaces those three steps and runs the same
luacheck . --no-color -q. Updates the checkout action from v2 to v7, which
was still running a node version GitHub is retiring; nothing in that range
affects a push-triggered workflow. Pins the packager to v2 rather than
master, so an upstream change can no longer land in a release without
warning; v2 is the maintained major tag, so fixes within the v2 line still
arrive.