PrefectHQ / prefect-recipes

Snippets and templates representing common Customer Success patterns
https://PrefectHQ.github.io/prefect-recipes/
Apache License 2.0
238 stars 29 forks source link

Bump tj-actions/changed-files from 39 to 40 #257

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps tj-actions/changed-files from 39 to 40.

Release notes

Sourced from tj-actions/changed-files's releases.

v40

Changes in v40.0.2

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v40...v40.0.2


Changes in v40.0.1

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/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

... (truncated)

Changelog

Sourced from tj-actions/changed-files's changelog.

Changelog

40.0.2 - (2023-10-31)

🐛 Bug Fixes

⚙️ Miscellaneous Tasks

  • deps: Update dependency @​types/node to v20.8.10 (a59bf8f) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v40.0.1 (#1686)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (6821899) - (tj-actions[bot])

40.0.1 - (2023-10-30)

🐛 Bug Fixes

  • Bug with order in which the files and files ignore patterns are combined (#1684) (7549e1e) - (Tonye Jack)

➕ Add

  • Added missing changes and modified dist assets. (905fcf7) - (GitHub Action)

🔄 Update

  • Update README.md (85073ea) - (Tonye Jack)
  • Update README.md (e622bd9) - (Tonye Jack)
  • Update README.md (003b42e) - (Tonye Jack)
  • Update README.md (0a5a862) - (Tonye Jack)
  • Updated README.md (#1678)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (1864dc5) - (tj-actions[bot])

  • Update action.yml (1be6574) - (Tonye Jack)
  • Updated README.md (#1677)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (51bc7ab) - (tj-actions[bot])

  • Update README.md (b49b468) - (Tonye Jack)
  • Update README.md (8055b31) - (Tonye Jack)
  • Updated README.md (#1675)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (d1f3041) - (tj-actions[bot])

  • Update README.md (d0064d8) - (Tonye Jack)
  • Update README.md (4270b9f) - (Tonye Jack)
  • Updated README.md (#1673)

... (truncated)

Commits
  • 4052680 fix: order of file patterns (#1688)
  • a59bf8f chore(deps): update dependency @​types/node to v20.8.10
  • 6821899 Upgraded to v40.0.1 (#1686)
  • bfc49f4 chore(deps): update dependency @​types/jest to v29.5.7
  • 7549e1e fix: bug with order in which the files and files ignore patterns are combined...
  • 2fc653d chore(deps): update dependency @​typescript-eslint/eslint-plugin to v6.9.1
  • 273a7c1 chore(deps): update dependency @​typescript-eslint/parser to v6.9.1
  • 905fcf7 Added missing changes and modified dist assets.
  • 229fe31 chore(deps): lock file maintenance
  • 85073ea Update README.md
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)