v0.2.71
nektos/actv0.2.71Jan 1, 2025by nektos-ci
AI Summary
Introduces logic to check if act needs to be downloaded and fixes bugs related to reusable workflows, architecture, and input replacement.
Key Highlights
- Logic to check if act needs to be downloaded
- Fix unintended input replacement in reusable workflows
- AMD64 architecture fix
- Typo fix in option description
New Features
- Adding in logic to check if act needs to be downloaded
Full Release Notes
## Changelog ### New Features * fe017a1 feat: Adding in logic to check if act needs to be downloaded (#2575) ### Bug fixes * deea8ec fix: prevent unintended input replacement in reusable workflows with workflow_dispatch when using workflow_call (#2502) * b4ef6fb fix: short sha has at least four digits (#2540) * e6b5062 fix: amd64 arch to X64 (#2580) ### Other * 0006dee chore: bump VERSION to 0.2.71 * 0ca1e18 Fix typo in `--action-offline-mode` option description (#2590) * a64359c build(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 (#2595) * ccfadfe build(deps): bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1 (#2594) * c315398 build(deps): bump github.com/rhysd/actionlint from 1.7.4 to 1.7.5 (#2593) * bd8dda1 ci(mergify): upgrade configuration to current format (#2547) * 7172fc3 chore: upgrade dependencies (#2589)