Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.4.3 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/awalsh128/cache-apt-pkgs-action/releases">awalsh128/cache-apt-pkgs-action's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li>fix: remove timestamps from loglines by <a href="https://github.com/F2210"><code>@F2210</code></a> in <a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/146">awalsh128/cache-apt-pkgs-action#146</a></li> <li>Update actions/checkout versions in README by <a href="https://github.com/ulgens"><code>@ulgens</code></a> in <a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/148">awalsh128/cache-apt-pkgs-action#148</a></li> <li>Avoid using xargs when creating package tarballs by <a href="https://github.com/bscott-zebra"><code>@bscott-zebra</code></a> in <a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/136">awalsh128/cache-apt-pkgs-action#136</a></li> <li>Add support for virtual packages and break out APT logic into common by <a href="https://github.com/awalsh128"><code>@awalsh128</code></a> in <a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/153">awalsh128/cache-apt-pkgs-action#153</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/F2210"><code>@F2210</code></a> made their first contribution in <a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/146">awalsh128/cache-apt-pkgs-action#146</a></li> <li><a href="https://github.com/ulgens"><code>@ulgens</code></a> made their first contribution in <a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/148">awalsh128/cache-apt-pkgs-action#148</a></li> <li><a href="https://github.com/bscott-zebra"><code>@bscott-zebra</code></a> made their first contribution in <a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/136">awalsh128/cache-apt-pkgs-action#136</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.4.2...v1.5.0">https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.4.2...v1.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/7ca5f46d061ad9aa95863cd9b214dd48edef361d"><code>7ca5f46</code></a> Fix exec error.</li> <li><a href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/2330cb6dfb455f7cc56f0711e19b6575fd96efe1"><code>2330cb6</code></a> Add support for virtual packages and break out APT logic into common library....</li> <li><a href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/128de25ccbf2c344384522891cc02b043500e1d8"><code>128de25</code></a> Add support for virtual packages and break out APT logic into common library....</li> <li><a href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/13d2226e13bbd0d19a430f1c72277b2b28268290"><code>13d2226</code></a> Avoid using xargs when creating package tarballs (<a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/136">#136</a>)</li> <li><a href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/d1a184e480e6f3932a3ee7b250d5582d284d46ce"><code>d1a184e</code></a> Update actions/checkout versions in README (<a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/148">#148</a>)</li> <li><a href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/dfe9c8af343d44964481677ae582cda37a7ff9ad"><code>dfe9c8a</code></a> fix: remove timestamps from loglines (<a href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/146">#146</a>)</li> <li>See full diff in <a href="https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.4.3...v1.5.0">compare view</a></li> </ul> </details> <br />
[](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/4196 -- Commit Summary -- * github: [skip ci]: bump awalsh128/cache-apt-pkgs-action -- File Changes -- M .github/workflows/pull_request.yml (2) -- Patch Links -- https://github.com/kamailio/kamailio/pull/4196.patch https://github.com/kamailio/kamailio/pull/4196.diff -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4196 You are receiving this because you are subscribed to this thread. Message ID: <kamailio/kamailio/pull/4...@github.com>
_______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!