Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) 
from 41 to 42.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/tj-actions/changed-files/releases">tj-actions/changed-files's
 releases</a>.</em></p>
<blockquote>
<h2>v42</h2>
<h1>Changes in v42.0.0</h1>
<h2>🔥🔥 BREAKING CHANGE 🔥🔥</h2>
<ul>
<li>Input file patterns that end with a <code>/</code> would 
now match all sub-files within the directory without requiring you to specify 
the globstar pattern.</li>
</ul>
<h3></h3>
<pre lang="yaml"><code>...
      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
          files: 'dir/'  # Would also be the same as dir/** 
</code></pre>
<h2>What's Changed</h2>
<ul>
<li>Upgraded to v41.1.2 by <a 
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
 in <a 
href="https://redirect.github.com/tj-actions/changed-files/pull/1869">tj-actions/changed-files#1869</a></li>
<li>chore(deps): update dependency prettier to v3.2.4 by <a 
href="https://github.com/renovate"><code>@​renovate</code></a>
 in <a 
href="https://redirect.github.com/tj-actions/changed-files/pull/1871">tj-actions/changed-files#1871</a></li>
<li>fix: update input warning by <a 
href="https://github.com/jackton1"><code>@​jackton1</code></a>
 in <a 
href="https://redirect.github.com/tj-actions/changed-files/pull/1870">tj-actions/changed-files#1870</a></li>
<li>rename: unsupported REST API inputs constant name by <a 
href="https://github.com/jackton1"><code>@​jackton1</code></a>
 in <a 
href="https://redirect.github.com/tj-actions/changed-files/pull/1872">tj-actions/changed-files#1872</a></li>
<li>feat: add support for include/exclude all nested files when a 
directory is specified and ends with a slash by <a 
href="https://github.com/jackton1"><code>@​jackton1</code></a>
 in <a 
href="https://redirect.github.com/tj-actions/changed-files/pull/1873">tj-actions/changed-files#1873</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a 
href="https://github.com/tj-actions/changed-files/compare/v41...v42.0.0">https://github.com/tj-actions/changed-files/compare/v41...v42.0.0</a></p>
<hr />
<h2>v42.0.0</h2>
<h2>🔥🔥 BREAKING CHANGE 🔥🔥</h2>
<ul>
<li>Input file patterns that end with a <code>/</code> would 
now match all sub-files within the directory without requiring you to specify 
the globstar pattern.</li>
</ul>
<h3></h3>
<pre lang="yaml"><code>...
      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
          files: 'dir/'  # Would also be the same as dir/** 
</code></pre>
<h2>What's Changed</h2>
<ul>
<li>Upgraded to v41.1.2 by <a 
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
 in <a 
href="https://redirect.github.com/tj-actions/changed-files/pull/1869">tj-actions/changed-files#1869</a></li>
<li>chore(deps): update dependency prettier to v3.2.4 by <a 
href="https://github.com/renovate"><code>@​renovate</code></a>
 in <a 
href="https://redirect.github.com/tj-actions/changed-files/pull/1871">tj-actions/changed-files#1871</a></li>
<li>fix: update input warning by <a 
href="https://github.com/jackton1"><code>@​jackton1</code></a>
 in <a 
href="https://redirect.github.com/tj-actions/changed-files/pull/1870">tj-actions/changed-files#1870</a></li>
<li>rename: unsupported REST API inputs constant name by <a 
href="https://github.com/jackton1"><code>@​jackton1</code></a>
 in <a 
href="https://redirect.github.com/tj-actions/changed-files/pull/1872">tj-actions/changed-files#1872</a></li>
<li>feat: add support for include/exclude all nested files when a 
directory is specified and ends with a slash by <a 
href="https://github.com/jackton1"><code>@​jackton1</code></a>
 in <a 
href="https://redirect.github.com/tj-actions/changed-files/pull/1873">tj-actions/changed-files#1873</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a 
href="https://github.com/tj-actions/changed-files/blob/main/HISTORY.md">tj-actions/changed-files's
 changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h1><a 
href="https://github.com/tj-actions/changed-files/compare/v41.1.2...v42.0.0">42.0.0</a>
 - (2024-01-18)</h1>
<h2><!-- raw HTML omitted -->🚀 Features</h2>
<ul>
<li>Add support for include/exclude all nested files when a directory is 
specified and ends with a slash (<a 
href="https://redirect.github.com/tj-actions/changed-files/issues/1873">#1873</a>)
 (<a 
href="https://github.com/tj-actions/changed-files/commit/ae82ed4ae04587b665efad2f206578aa6f0e8539">ae82ed4</a>)
  - (Tonye Jack)</li>
</ul>
<h2><!-- raw HTML omitted -->🐛 Bug Fixes</h2>
<ul>
<li>Update input warning (<a 
href="https://redirect.github.com/tj-actions/changed-files/issues/1870">#1870</a>)
 (<a 
href="https://github.com/tj-actions/changed-files/commit/6c9dcea4432fd0eb2f3e07c9149eab2807ce44b2">6c9dcea</a>)
  - (Tonye Jack)</li>
</ul>
<h2><!-- raw HTML omitted -->📝 Rename</h2>
<ul>
<li>Unsupported REST API inputs constant name (<a 
href="https://redirect.github.com/tj-actions/changed-files/issues/1872">#1872</a>)
 (<a 
href="https://github.com/tj-actions/changed-files/commit/cbd59070e8276b539ecdfa0f2316db7b1599ea0f">cbd5907</a>)
  - (Tonye Jack)</li>
</ul>
<h2><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h2>
<ul>
<li><strong>deps:</strong> Update dependency prettier to 
v3.2.4 (<a 
href="https://github.com/tj-actions/changed-files/commit/79b060d4450764e6b54a73696c2d99134757db95">79b060d</a>)
  - (renovate[bot])</li>
</ul>
<h2><!-- raw HTML omitted -->⬆️ Upgrades</h2>
<ul>
<li>Upgraded to v41.1.2 (<a 
href="https://redirect.github.com/tj-actions/changed-files/issues/1869">#1869</a>)</li>
</ul>
<p>Co-authored-by: jackton1 <a 
href="mailto:jackt...@users.noreply.github.com">jackt...@users.noreply.github.com</a>
 (<a 
href="https://github.com/tj-actions/changed-files/commit/434b67ebc3051662cf28de12b8a7adb77aea522a">434b67e</a>)
  - (tj-actions[bot])</p>
<h1><a 
href="https://github.com/tj-actions/changed-files/compare/v41.1.1...v41.1.2">41.1.2</a>
 - (2024-01-17)</h1>
<h2><!-- raw HTML omitted -->🚀 Features</h2>
<ul>
<li>Enhance error handling and working directory resolution (<a 
href="https://redirect.github.com/tj-actions/changed-files/issues/1859">#1859</a>)
 (<a 
href="https://github.com/tj-actions/changed-files/commit/a60bf3759e069549b60c8da1284ec83e0398a1a4">a60bf37</a>)
  - (Tonye Jack)</li>
</ul>
<h2><!-- raw HTML omitted -->🐛 Bug Fixes</h2>
<ul>
<li>Bug with incorrect action path (<a 
href="https://redirect.github.com/tj-actions/changed-files/issues/1866">#1866</a>)
 (<a 
href="https://github.com/tj-actions/changed-files/commit/3f8189989ba6fd9b3b9593ffe650236b3f1fcb55">3f81899</a>)
  - (Tonye Jack)</li>
</ul>
<h2><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h2>
<ul>
<li><strong>deps:</strong> Update dependency 
<code>@​types/node</code> to v20.11.5 (<a 
href="https://github.com/tj-actions/changed-files/commit/cbda684547adc8c052d50711417fa61b428a9f88">cbda684</a>)
  - (renovate[bot])</li>
<li><strong>deps:</strong> Update dependency prettier to 
v3.2.3 (<a 
href="https://github.com/tj-actions/changed-files/commit/67a1f54f6f5ec7ee87c57eb7876a7d6dfdcc59a1">67a1f54</a>)
  - (renovate[bot])</li>
<li><strong>deps:</strong> Update 
tj-actions/eslint-changed-files action to v22 (<a 
href="https://redirect.github.com/tj-actions/changed-files/issues/1864">#1864</a>)
 (<a 
href="https://github.com/tj-actions/changed-files/commit/99248a443855d73284abf52520f897dba851b914">99248a4</a>)
  - (renovate[bot])</li>
<li><strong>deps:</strong> Update dependency 
<code>@​types/node</code> to v20.11.4 (<a 
href="https://github.com/tj-actions/changed-files/commit/878743189ba0ba42d467a736923b07102f0e348c">8787431</a>)
  - (renovate[bot])</li>
<li><strong>deps:</strong> Update dependency 
<code>@​types/node</code> to v20.11.3 (<a 
href="https://github.com/tj-actions/changed-files/commit/98d1d84e2f7a404c425df4e44dceb74a03920ac8">98d1d84</a>)
  - (renovate[bot])</li>
<li><strong>deps:</strong> Update typescript-eslint monorepo 
to v6.19.0 (<a 
href="https://github.com/tj-actions/changed-files/commit/bc46e4c4222c3926a70378d183f0b387d3a9e9a8">bc46e4c</a>)
  - (renovate[bot])</li>
<li><strong>deps:</strong> Update dependency 
<code>@​types/node</code> to v20.11.2 (<a 
href="https://github.com/tj-actions/changed-files/commit/fba40673489d49e860c15a444c134d887ead1f3a">fba4067</a>)
  - (renovate[bot])</li>
<li><strong>deps:</strong> Update dependency 
<code>@​types/node</code> to v20.11.1 (<a 
href="https://github.com/tj-actions/changed-files/commit/e4b86747326bc58eb230d62188ebdd66b73721a9">e4b8674</a>)
  - (renovate[bot])</li>
<li><strong>deps:</strong> Lock file maintenance (<a 
href="https://github.com/tj-actions/changed-files/commit/bc2b5aef20add66cbe21d1093f0f1d37a353d376">bc2b5ae</a>)
  - (renovate[bot])</li>
<li><strong>deps:</strong> Update dependency prettier to 
v3.2.2 (<a 
href="https://github.com/tj-actions/changed-files/commit/63c36a563a30544b4c03a8426277dca4b00e4fd1">63c36a5</a>)
  - (renovate[bot])</li>
</ul>
<h2><!-- raw HTML omitted -->⬆️ Upgrades</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/tj-actions/changed-files/commit/ae82ed4ae04587b665efad2f206578aa6f0e8539"><code>ae82ed4</code></a>
 feat: add support for include/exclude all nested files when a directory is 
sp...</li>
<li><a 
href="https://github.com/tj-actions/changed-files/commit/cbd59070e8276b539ecdfa0f2316db7b1599ea0f"><code>cbd5907</code></a>
 rename: unsupported REST API inputs constant name (<a 
href="https://redirect.github.com/tj-actions/changed-files/issues/1872">#1872</a>)</li>
<li><a 
href="https://github.com/tj-actions/changed-files/commit/6c9dcea4432fd0eb2f3e07c9149eab2807ce44b2"><code>6c9dcea</code></a>
 fix: update input warning (<a 
href="https://redirect.github.com/tj-actions/changed-files/issues/1870">#1870</a>)</li>
<li><a 
href="https://github.com/tj-actions/changed-files/commit/79b060d4450764e6b54a73696c2d99134757db95"><code>79b060d</code></a>
 chore(deps): update dependency prettier to v3.2.4</li>
<li><a 
href="https://github.com/tj-actions/changed-files/commit/434b67ebc3051662cf28de12b8a7adb77aea522a"><code>434b67e</code></a>
 Upgraded to v41.1.2 (<a 
href="https://redirect.github.com/tj-actions/changed-files/issues/1869">#1869</a>)</li>
<li>See full diff in <a 
href="https://github.com/tj-actions/changed-files/compare/v41...v42">compare
 view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/changed-files&package-manager=github_actions&previous-version=41&new-version=42)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>
You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3724

-- Commit Summary --

  * github: [skip ci]: bump tj-actions/changed-files from 41 to 42

-- File Changes --

    M .github/workflows/devcontainer.yaml (4)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/3724.patch
https://github.com/kamailio/kamailio/pull/3724.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3724
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/3...@github.com>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to