Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 04:13
· 326 commits to main since this release

Changes in v40.2.3

What's Changed

Full Changelog: v40...v40.2.3


Changes in v40.2.2

What's Changed

Full Changelog: v40...v40.2.2


Changes in v40.2.1

What's Changed

Full Changelog: v40...v40.2.1


Changes in v40.2.0

What's Changed

Full Changelog: v40...v40.2.0


Changes in v40.1.1

What's Changed

Full Changelog: v40...v40.1.1


Changes in v40.1.0

What's Changed

Full Changelog: v40...v40.1.0


Changes in v40.0.2

What's Changed

Full Changelog: v40...v40.0.2


Changes in v40.0.1

What's Changed

Full Changelog: v40...v40.0.1


Changes in v40.0.0

🔥 🔥 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