build(deps): bump the github-actions group with 2 updates - #3018
build(deps): bump the github-actions group with 2 updates#3018dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the github-actions group with 2 updates: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) and [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock). Updates `Swatinem/rust-cache` from 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 to f0d9c3887740aee45f6153b24b3a6b815192ec16 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@258712b...f0d9c38) Updates `DeterminateSystems/update-flake-lock` from 0281a39e4c38fabb75c9d1377e541666db300909 to 6eeac1e86e13a9256682f930c4c7568acc43f047 - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](DeterminateSystems/update-flake-lock@0281a39...6eeac1e) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: f0d9c3887740aee45f6153b24b3a6b815192ec16 dependency-type: direct:production dependency-group: github-actions - dependency-name: DeterminateSystems/update-flake-lock dependency-version: 6eeac1e86e13a9256682f930c4c7568acc43f047 dependency-type: direct:production dependency-group: github-actions ... 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: 2b72bf9871
ℹ️ 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".
| # there for why. `shared-key` has to match the one it saves under. | ||
| - name: Rust Cache | ||
| uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 | ||
| uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 |
There was a problem hiding this comment.
Add an x64 writer for the WASM cache
When wasm.yml runs on its ubuntu-latest x64 runner, this upgrade includes rust-cache 2.7.8's addition of CPU architecture to the cache key. The sole shared-key: rust writer in cache.yml runs on ubuntu-24.04-arm, so this restore-only step can no longer hit that cache and every affected WASM PR must cold-build Rust under the 60-minute timeout. Add a trusted-main x64 writer with a matching key rather than enabling saves from PR jobs.
AGENTS.md reference: AGENTS.md:L29-L29
Useful? React with 👍 / 👎.
Bumps the github-actions group with 2 updates: Swatinem/rust-cache and DeterminateSystems/update-flake-lock.
Updates
Swatinem/rust-cachefrom 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 to f0d9c3887740aee45f6153b24b3a6b815192ec16Changelog
Sourced from Swatinem/rust-cache's changelog.
... (truncated)
Commits
f0d9c38Merge pull request #380 from Swatinem/dependabot/github_actions/actions-8ff58...ccd9742Bump the actions group with 2 updatesUpdates
DeterminateSystems/update-flake-lockfrom 0281a39e4c38fabb75c9d1377e541666db300909 to 6eeac1e86e13a9256682f930c4c7568acc43f047Commits
6eeac1eMerge pull request #299 from DeterminateSystems/dependabot/github_actions/act...bd68aaeci: bump the actions group with 2 updatesDependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions