Get All Changed Files In Repo
Version updated for https://github.com/UplandJacob/retrieve-changed-files to version v1.4.7.
- This action is used across all versions by 4 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action retrieves a list of files that have been changed, added, modified, removed, or renamed in a pull request or push event. It automates file change detection and outputs the results in various formats (e.g., space-delimited, CSV, or JSON) for further use in workflows. This action simplifies tasks that rely on identifying and processing file changes, such as automated testing, build pipelines, or deployment processes.
Release notes
What’s Changed
- chore(deps): bump @actions/github from 6.0.1 to 7.0.0 by @dependabot[bot] in https://github.com/UplandJacob/retrieve-changed-files/pull/125
- chore(deps-dev): bump @types/node from 25.0.3 to 25.0.6 by @dependabot[bot] in https://github.com/UplandJacob/retrieve-changed-files/pull/124
- chore(deps): bump @actions/core from 2.0.1 to 2.0.2 by @dependabot[bot] in https://github.com/UplandJacob/retrieve-changed-files/pull/123
Full Changelog: https://github.com/UplandJacob/retrieve-changed-files/compare/v4.1.6...v1.4.7