Skip to content
Compare
Choose a tag to compare
@jackton1 jackton1 released this 26 Oct 04:13
· 583 commits to main since this release

🔥 🔥 Breaking Change 🔥 🔥

  • Directory patterns now require explicit specification of the globstar pattern to match all sub paths.

...
      - name: Get specific changed files
        id: changed-files-specific
        uses: tj-actions/changed-files@v40
        with:
          files: |
-            dir
+            dir/**

What's Changed

Full Changelog: v39...v40.0.0