Skip to content

Commit

Permalink
feat(github-action)!: Update tj-actions/changed-files action to v38.0…
Browse files Browse the repository at this point in the history
….0 (#3201)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tj-actions/changed-files](https://togithub.com/tj-actions/changed-files)
| action | major | `v37.6.1` -> `v38.0.0` |

---

### Release Notes

<details>
<summary>tj-actions/changed-files (tj-actions/changed-files)</summary>

###
[`v38.0.0`](https://togithub.com/tj-actions/changed-files/releases/tag/v38.0.0)

[Compare
Source](https://togithub.com/tj-actions/changed-files/compare/v37.6.1...v38.0.0)

#### 🚀 🚀 New Feature 🚀 🚀

- Inputs `dir_names_include_files` and
`dir_names_include_files_separator` now support providing patterns that
can be matched to return changed files alongside the directory names
when the `dir_names` input is set to `true`

#### 🔥 🔥  Breaking Changes 🔥 🔥

- Output paths for Windows now use a double backslash path separator.
e.g `src\\main.ts`

#### What's Changed

- Upgraded to v37.6.1 by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1458
- chore(deps): update actions/setup-node action to v3.8.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1459
- chore(deps): update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v20.5.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1460
- chore(deps): lock file maintenance by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1461
- chore(deps): update dependency jest to v29.6.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1462
- chore(deps): update typescript-eslint monorepo to v6.4.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1463
- chore: update .eslintrc.json by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1465
- feat: add support for including matching changed files when dir_names
is set to true by [@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1464
- Updated README.md by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1466
- chore(deps): update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v20.5.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1467
- fix: bug with locating the previous tag by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1470
- chore(deps): update dependency
[@&#8203;types/jest](https://togithub.com/types/jest) to v29.5.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1472
- chore: update test by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1469
- fix: error getting diff for submodules by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1473

**Full Changelog**:
tj-actions/changed-files@v37...v38.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ny4yIiwidXBkYXRlZEluVmVyIjoiMzYuNTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: lumiere-bot <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] committed Aug 23, 2023
1 parent 37af7b9 commit 800724c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helmrepository-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@a0585ff9904b77d046192a7846e59783d6ea287b # v37.6.1
uses: tj-actions/changed-files@17f3fec1edef0c3916d59cbcee1585fcd457e456 # v38.0.0
with:
files: kubernetes/**/helmrelease.yaml

Expand Down

0 comments on commit 800724c

Please sign in to comment.