| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| actionlint_1.7.12_checksums.txt | 2026-03-30 | 1.1 kB | |
| actionlint_1.7.12_windows_386.zip | 2026-03-30 | 2.4 MB | |
| actionlint_1.7.12_windows_amd64.zip | 2026-03-30 | 2.5 MB | |
| actionlint_1.7.12_windows_arm64.zip | 2026-03-30 | 2.2 MB | |
| actionlint_1.7.12_darwin_arm64.tar.gz | 2026-03-30 | 2.2 MB | |
| actionlint_1.7.12_linux_386.tar.gz | 2026-03-30 | 2.2 MB | |
| actionlint_1.7.12_linux_amd64.tar.gz | 2026-03-30 | 2.4 MB | |
| actionlint_1.7.12_linux_arm64.tar.gz | 2026-03-30 | 2.1 MB | |
| actionlint_1.7.12_darwin_amd64.tar.gz | 2026-03-30 | 2.4 MB | |
| actionlint_1.7.12_freebsd_386.tar.gz | 2026-03-30 | 2.1 MB | |
| actionlint_1.7.12_freebsd_amd64.tar.gz | 2026-03-30 | 2.3 MB | |
| actionlint_1.7.12_linux_armv6.tar.gz | 2026-03-30 | 2.2 MB | |
| README.md | 2026-03-30 | 1.5 kB | |
| v1.7.12 source code.tar.gz | 2026-03-30 | 1.6 MB | |
| v1.7.12 source code.zip | 2026-03-30 | 2.0 MB | |
| Totals: 15 Items | 28.5 MB | 0 | |
- Support the
timezoneconfiguration inon.schedule(docs.github.com) with checks for IANA timezone string. See the documentation for more details. Note that actionlint starts to embed the timezone database in the executables from this version so the binary sizes slightly increase. (#641, thanks @martincostello) ```yaml on: schedule: # ERROR: The timezone is not a valid IANA timezone string- cron: '/5 * * * ' timezone: 'Asia/Somewhere' ```
- Support the
jobs.<job_name>.environment.deploymentconfiguration (docs.github.com). (#639, thanks @springmeyer) - Support the
macos-26-intelrunner label. (#629, thanks @hugovk) - Fix the outdated table of webhook activity types by rebuilding the script to scrape the table from scratch.
- Support Go 1.26 and drop the support for Go 1.24. Now supported versions are 1.25 and 1.26.
- Tests are run on arm64 Windows in CI.
- Update the popular actions data set to the latest.