Skip to content

Bump awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.6.2#8488

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/awalsh128/cache-apt-pkgs-action-1.6.2
Open

Bump awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.6.2#8488
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/awalsh128/cache-apt-pkgs-action-1.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 27, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v1.6.2

What's Changed

New Contributors

Full Changelog: awalsh128/cache-apt-pkgs-action@v1.6.1...v1.6.2

v1.6.1

What's Changed

New Contributors

Full Changelog: awalsh128/cache-apt-pkgs-action@v1.5.4...v1.6.1

v1.6.0

What's Changed

New Contributors

Full Changelog: awalsh128/cache-apt-pkgs-action@v1.5.2...v1.5.4

v1.5.3

What's Changed

New Contributors

Full Changelog: awalsh128/cache-apt-pkgs-action@v1.5.2...v1.5.3

v1.5.2

... (truncated)

Commits
  • 5513791 fix: handle apt showpkg warnings
  • fe5b289 test: add apt warning regression coverage
  • e58a49f add shellcheck linting
  • 599df6e Fix apt-cache package lookup failure in nektos/act environments (#172)
  • cd5ee21 [WIP] Fix test workflows for actions (#184)
  • c0e0741 install_and_cache_pkgs.sh: Fix two issues saving preinst and postinst scripts...
  • 497648d Apply PR #193 dependency pinning to action.yml (overwrite current action re...
  • 681749a fix: upgrade actions/cache v4→v5 and upload-artifact v4→v7 (Node 24) (#198)
  • acb598e Pin actions for immutable and secure dependency versions (#175)
  • 23602f4 Add support for third-party PPA repositories via add-repository parameter (#173)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
awalsh128/cache-apt-pkgs-action [>= 1.6.0.a, < 1.6.1]
awalsh128/cache-apt-pkgs-action [>= 1.5.a, < 1.6]

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

Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.4.3 to 1.6.2.
- [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases)
- [Commits](awalsh128/cache-apt-pkgs-action@v1.4.3...v1.6.2)

---
updated-dependencies:
- dependency-name: awalsh128/cache-apt-pkgs-action
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 27, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 62c632e9cf

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread .github/workflows/ci.yml
- name: Install dependencies (Linux)
if: runner.os == 'Linux'
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
uses: awalsh128/cache-apt-pkgs-action@v1.6.2

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep the apt cache action on a working version

For the Linux jobs that miss this cache, v1.6.2 expands this packages: list into a single quoted argument in install_and_cache_pkgs.sh (apt-fast --yes install "${packages}"). I checked apt-get --help, which documents install|remove pkg1 [pkg2 ...], and apt-get -s install "bash coreutils" fails as one unlocatable package, so this multi-package list will break cold-cache installs; the same bump in coverage.yml has the same failure mode, and the ARM jobs are especially likely to miss because v1.6.2 changes the cache key by architecture.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants