Skip to content

v42

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 05:02
· 124 commits to main since this release
aa08304

Changes in v42.1.0

馃殌 馃殌 New Feature 馃殌 馃殌

  • Use changed-files output to run matrix jobs by simply setting the new matrix input to true.

This serves as an alias for setting the json input to true and the escape_json input to false

      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
           matrix: true

What's Changed

Full Changelog: v42...v42.1.0


Changes in v42.0.7

What's Changed

Full Changelog: v42...v42.0.7


Changes in v42.0.6

What's Changed

  • Upgraded to v42.0.5 by @tj-actions-bot in #1955
  • chore(deps): update typescript-eslint monorepo to v7.1.0 by @renovate in #1956
  • chore(deps): update dependency @types/node to v20.11.21 by @renovate in #1957
  • chore(deps): update peter-evans/create-pull-request action to v6.0.1 by @renovate in #1958
  • chore(deps): update dependency @types/node to v20.11.22 by @renovate in #1959
  • chore(deps): update tj-actions/verify-changed-files action to v19 by @renovate in #1960
  • chore(deps): update dependency @types/node to v20.11.23 by @renovate in #1961
  • chore(deps): update dependency @types/node to v20.11.24 by @renovate in #1962
  • chore(deps): update dependency eslint-plugin-github to v4.10.2 by @renovate in #1963
  • chore(deps): lock file maintenance by @renovate in #1965
  • chore(deps): update typescript-eslint monorepo to v7.1.1 by @renovate in #1966
  • fix(deps): update dependency yaml to v2.4.1 by @renovate in #1967

Full Changelog: v42...v42.0.6


Changes in v42.0.5

What's Changed

Full Changelog: v42...v42.0.5


Changes in v42.0.4

What's Changed

Full Changelog: v42...v42.0.4


Changes in v42.0.3

What's Changed

New Contributors

Full Changelog: v42...v42.0.3


Changes in v42.0.2

What's Changed

Full Changelog: v42...v42.0.2


Changes in v42.0.1

What's Changed

Full Changelog: v42...v42.0.1


Changes in v42.0.0

馃敟馃敟 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