Bump awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.6.1#8479
Bump awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.6.1#8479dependabot[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.1. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](awalsh128/cache-apt-pkgs-action@v1.4.3...v1.6.1) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-version: 1.6.1 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: 7036f304a3
ℹ️ 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.1 |
There was a problem hiding this comment.
Gate multilib packages on the ARM Linux jobs
On the ubuntu-24.04-arm jobs, this bump makes the action use an architecture-specific cache key, so the ARM runners stop reusing the existing x64 apt cache and fall through to apt-fast install for the listed packages. Ubuntu 24.04 does not publish gcc-multilib/g++-multilib for arm64, so the Linux ARM build matrix entry and the ARM coverage workflow will fail on a cold ARM-specific cache unless those packages are omitted or installed conditionally for x64 only.
Useful? React with 👍 / 👎.
rescript
@rescript/darwin-arm64
@rescript/darwin-x64
@rescript/linux-arm64
@rescript/linux-x64
@rescript/runtime
@rescript/win32-x64
commit: |
|
Developer playground preview: https://rescript-lang.github.io/rescript/dev-playground/?version=pr-8479 |
Bumps awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.6.1.
Release notes
Sourced from awalsh128/cache-apt-pkgs-action's releases.
... (truncated)
Commits
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)2ae65d5Fix ls error when no tar files exist in cache restore (#170)9f7a885Support symlinks and their targets.a605dbdAdd empty_packages_behavior option to handle empty package list (#154)2c09a5eBinary for awalsh128/cache-apt-pkgs-action#1609a146f4fix: skip invalid lines (#160)cbdbab2Automatically append the OS architecture to the cache key (#150)23ccb67Update README.mdMost 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)