Skip to content
Compare
Choose a tag to compare
@jackton1 jackton1 released this 18 Jan 05:02
· 357 commits to main since this release
ae82ed4

🔥🔥 BREAKING CHANGE 🔥🔥

  • Input file patterns that end with a / would now match all sub-files within the directory without requiring you to specify the globstar pattern.

...
      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
          files: 'dir/'  # Would also be the same as dir/** 

What's Changed

Full Changelog: v41...v42.0.0