Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v40 (#2155)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

### Changes in v40.0.0

#### 🔥 🔥  Breaking Change 🔥 🔥

- Directory patterns now require explicit specification of the globstar
pattern to match all sub paths.

#####

```diff
...
      - name: Get specific changed files
        id: changed-files-specific
        uses: tj-actions/changed-files@v40
        with:
          files: |
-            dir
+            dir/**
```

#### What's Changed

- Upgraded to v39.2.4 by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1664
- chore(deps): lock file maintenance by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1665
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.8.7
to 20.8.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[tj-actions/changed-files#1666
- chore(deps): update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v20.8.9 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1668
- remove: appending globstar pattern for directories to prevent bugs
with path matching by [@&#8203;jackton1](https://togithub.com/jackton1)
in
[tj-actions/changed-files#1670
- chore(deps): lock file maintenance by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1671

**Full Changelog**:
tj-actions/changed-files@v39...v40.0.0

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
Europe/Zurich, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/swisspost/design-system).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 30, 2023
1 parent 5fe5baf commit 8bbf59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-icons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Get Changes
id: changed-files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
files: ./packages/icons/public/post-icons/**

Expand Down

0 comments on commit 8bbf59f

Please sign in to comment.