Bump awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.5.0 #440

Closed
opened 2026-04-05 18:53:58 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 3/31/2025

Bumps awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.5.0.

Release notes

Sourced from awalsh128/cache-apt-pkgs-action's releases.

v1.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.4.2...v1.5.0

Commits
  • 7ca5f46 Fix exec error.
  • 2330cb6 Add support for virtual packages and break out APT logic into common library....
  • 128de25 Add support for virtual packages and break out APT logic into common library....
  • 13d2226 Avoid using xargs when creating package tarballs (#136)
  • d1a184e Update actions/checkout versions in README (#148)
  • dfe9c8a fix: remove timestamps from loglines (#146)
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)
*Originally created by @dependabot[bot] on 3/31/2025* 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 /> [![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.4.3&new-version=1.5.0)](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>
MrUnknownDE added the github_actionsdependenciesArea: Continuous Integrationgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsgithub_actionsdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous IntegrationArea: Continuous Integration labels 2026-04-05 18:54:04 +02:00
Sign in to join this conversation.
No Label Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration Area: Continuous Integration dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions github_actions
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Server#440