Skip to content

Commit

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

This PR contains the following updates:

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

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/tj-actions/changed-files/compare/v41...v42)

##### 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.

#####

```yaml
...
      - 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

- Upgraded to v41.1.2 by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1869
- chore(deps): update dependency prettier to v3.2.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1871
- fix: update input warning by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1870
- rename: unsupported REST API inputs constant name by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1872
- feat: add support for include/exclude all nested files when a
directory is specified and ends with a slash by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1873

**Full Changelog**:
tj-actions/changed-files@v41...v42.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
spiceratops committed Jan 18, 2024
2 parents be4703b + 30cb6db commit b9ffc0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

- name: Get Changed Files
id: changed-files
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41
uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42
with:
files: kubernetes/**
dir_names: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flux-hr-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- if: ${{ github.event.inputs.clusterName == '' && github.event.inputs.helmRepoNamespace == '' && github.event.inputs.helmRepoName == '' }}
name: Get Changed Files
id: changed-files
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41
uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42
with:
files: kubernetes/**/helmrelease.yaml
safe_output: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flux-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

- name: Get Changed Files
id: changed-files
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41
uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42
with:
files: kubernetes/**
dir_names: true
Expand Down

0 comments on commit b9ffc0d

Please sign in to comment.