Bump awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.6.2#8488
Bump awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.6.2#8488dependabot[bot] wants to merge 1 commit into
Conversation
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>
There was a problem hiding this comment.
💡 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".
| - 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 |
There was a problem hiding this comment.
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 👍 / 👎.
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.
... (truncated)
Commits
5513791fix: handle apt showpkg warningsfe5b289test: add apt warning regression coveragee58a49fadd shellcheck linting599df6eFix apt-cache package lookup failure in nektos/act environments (#172)cd5ee21[WIP] Fix test workflows for actions (#184)c0e0741install_and_cache_pkgs.sh: Fix two issues saving preinst and postinst scripts...497648dApply PR #193 dependency pinning toaction.yml(overwrite current action re...681749afix: upgrade actions/cache v4→v5 and upload-artifact v4→v7 (Node 24) (#198)acb598ePin actions for immutable and secure dependency versions (#175)23602f4Add support for third-party PPA repositories via add-repository parameter (#173)Most Recent Ignore Conditions Applied to This Pull Request
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)