Bumps 
[awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action)
 from 1.6.1 to 1.6.2.
<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.6.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Apply PR <a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/193";>#193</a>
 dependency pinning to <code>action.yml</code> (overwrite current action refs) 
by <a href="https://github.com/awalsh128";><code>@​awalsh128</code></a> with <a 
href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/201";>awalsh128/cache-apt-pkgs-action#201</a></li>
<li>install_and_cache_pkgs.sh: Fix two issues saving preinst and postinst 
scripts. by <a href="https://github.com/gtjoseph";><code>@​gtjoseph</code></a> 
in <a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/195";>awalsh128/cache-apt-pkgs-action#195</a></li>
<li>[WIP] Fix test workflows for actions by <a 
href="https://github.com/awalsh128";><code>@​awalsh128</code></a> with <a 
href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/184";>awalsh128/cache-apt-pkgs-action#184</a></li>
<li>Fix apt-cache package lookup failure in nektos/act environments by <a 
href="https://github.com/awalsh128";><code>@​awalsh128</code></a> with <a 
href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/172";>awalsh128/cache-apt-pkgs-action#172</a></li>
<li>add shellcheck linting by <a 
href="https://github.com/mac-anysphere";><code>@​mac-anysphere</code></a> in <a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/177";>awalsh128/cache-apt-pkgs-action#177</a></li>
<li>Harden <code>apt_query</code> virtual package resolution against 
<code>apt-cache showpkg</code> warnings by <a 
href="https://github.com/awalsh128";><code>@​awalsh128</code></a> with <a 
href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/202";>awalsh128/cache-apt-pkgs-action#202</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/gtjoseph";><code>@​gtjoseph</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/195";>awalsh128/cache-apt-pkgs-action#195</a></li>
<li><a href="https://github.com/mac-anysphere";><code>@​mac-anysphere</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/177";>awalsh128/cache-apt-pkgs-action#177</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a 
href="https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.6.1...v1.6.2";>https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.6.1...v1.6.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/5513791f75b039e2a79653b1a92238d3fb8d99b4";><code>5513791</code></a>
 fix: handle apt showpkg warnings</li>
<li><a 
href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/fe5b289324486feb07d9025df8e9238a624f28d8";><code>fe5b289</code></a>
 test: add apt warning regression coverage</li>
<li><a 
href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/e58a49f1deb2c70b97469d56a30a7a344b7cdf25";><code>e58a49f</code></a>
 add shellcheck linting</li>
<li><a 
href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/599df6ec23f0ff55f24e458f4092a0264e02a1c9";><code>599df6e</code></a>
 Fix apt-cache package lookup failure in nektos/act environments (<a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/172";>#172</a>)</li>
<li><a 
href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/cd5ee21d96e6e91cfd14e1b6437aa31ae6b1026d";><code>cd5ee21</code></a>
 [WIP] Fix test workflows for actions (<a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/184";>#184</a>)</li>
<li><a 
href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/c0e0741be64938eb55bb4e1831c6eaab079ca3b6";><code>c0e0741</code></a>
 install_and_cache_pkgs.sh: Fix two issues saving preinst and postinst 
scripts...</li>
<li><a 
href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/497648d2e1b97f712a3941670092a4a578235fe2";><code>497648d</code></a>
 Apply PR <a 
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/193";>#193</a>
 dependency pinning to <code>action.yml</code> (overwrite current action 
re...</li>
<li>See full diff in <a 
href="https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.6.1...v1.6.2";>compare
 view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=awalsh128/cache-apt-pkgs-action&package-manager=github_actions&previous-version=1.6.1&new-version=1.6.2)](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 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/4798

-- 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/4798.patch
https://github.com/kamailio/kamailio/pull/4798.diff

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

Message ID: <kamailio/kamailio/pull/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to