Prune Old GitHub Actions Runs
Version updated for https://github.com/yanovian/delete-old-actions to version v1.0.11.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This action deletes old GitHub Actions runs in your repository to keep it clean. It helps automate tasks like managing large run logs and reducing costs associated with long-running actions. The action can be configured to delete runs based on age or retain a certain number of the most recent runs, making it useful for maintaining a clean and efficient workflow.
What’s Changed
Full Changelog: https://github.com/yanovian/delete-old-actions/compare/v1.0.10...v1.0.11