Skip to content

ci(deps): bump the github-actions group across 1 directory with 2 updates - #23

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-592cbd9125
Open

ci(deps): bump the github-actions group across 1 directory with 2 updates#23
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-592cbd9125

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 2 updates in the / directory: Swatinem/rust-cache and taiki-e/install-action.

Updates Swatinem/rust-cache from 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 to f0d9c3887740aee45f6153b24b3a6b815192ec16

Changelog

Sourced from Swatinem/rust-cache's changelog.

Changelog

2.9.2

  • Fix credentials.toml cleanup
  • Improvements to cleanup, preserving more valid targets
  • Improvements to cargo install handling
  • Correctly sort/dedupe Rust versions

2.9.1

  • Fix regression in hash calculation

2.9.0

  • Update to node24
  • Support running from within a nix shell
  • Consider all installed toolchains for cache key
  • Use case-insensitive comparison to determine exact cache hit

2.8.2

  • Don't overwrite env for cargo-metadata call

2.8.1

  • Set empty CARGO_ENCODED_RUSTFLAGS when retrieving metadata
  • Various dependency updates

2.8.0

  • Add support for warpbuild cache provider
  • Add new cache-workspace-crates feature

2.7.8

  • Include CPU arch in the cache key

2.7.7

  • Also cache cargo install metadata

2.7.6

  • Allow opting out of caching $CARGO_HOME/bin
  • Add runner OS in cache key
  • Adds an option to do lookup-only of the cache

2.7.5

... (truncated)

Commits
  • f0d9c38 Merge pull request #380 from Swatinem/dependabot/github_actions/actions-8ff58...
  • ccd9742 Bump the actions group with 2 updates
  • See full diff in compare view

Updates taiki-e/install-action from 2.85.11 to 2.86.5

Release notes

Sourced from taiki-e/install-action's releases.

2.86.5

  • Update zola@latest to 0.23.4.

  • Update wasm-tools@latest to 1.257.1.

  • Update protoc@latest to 3.36.0.

  • Update mise@latest to 2026.8.10.

  • Update cargo-dinghy@latest to 0.8.6.

  • Update wasmtime@latest to 48.0.0.

2.86.4

  • Update oxfmt@latest to 1.79.0.

  • Update mise@latest to 2026.8.8.

  • Update martin@latest to 1.14.0.

  • Update dprint@latest to 0.56.0.

  • Update cargo-about@latest to 0.9.2.

  • Update biome@latest to 2.5.9.

2.86.3

  • Update prek@latest to 0.4.14.

  • Update osv-scanner@latest to 2.5.1.

  • Update cargo-llvm-cov@latest to 0.9.0.

2.86.2

  • Update uv@latest to 0.12.5.

  • Update mise@latest to 2026.8.6.

  • Update cargo-tarpaulin@latest to 0.37.2.

2.86.1

  • Fix an issue where oxfmt was accidentally installed as oxfmt-{target}{exe}. (#1969)

2.86.0

2.85.14

  • Update uv@latest to 0.12.4.

  • Update trivy@latest to 0.74.0.

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.86.6] - 2026-08-23

  • Update dprint@latest to 0.56.1.

  • Update cargo-lambda@latest to 1.9.2.

  • Update biome@latest to 2.5.10.

[2.86.5] - 2026-08-21

  • Update zola@latest to 0.23.4.

  • Update wasm-tools@latest to 1.257.1.

  • Update protoc@latest to 3.36.0.

  • Update mise@latest to 2026.8.10.

  • Update cargo-dinghy@latest to 0.8.6.

  • Update wasmtime@latest to 48.0.0.

[2.86.4] - 2026-08-20

  • Update oxfmt@latest to 1.79.0.

  • Update mise@latest to 2026.8.8.

  • Update martin@latest to 1.14.0.

  • Update dprint@latest to 0.56.0.

  • Update cargo-about@latest to 0.9.2.

  • Update biome@latest to 2.5.9.

[2.86.3] - 2026-08-18

... (truncated)

Commits

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 <dependency name> major version will 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 version will 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

…ates

Bumps the github-actions group with 2 updates in the / directory: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) and [taiki-e/install-action](https://github.com/taiki-e/install-action).


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 `taiki-e/install-action` from 2.85.11 to 2.86.5
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@7f4eb89...ba47c86)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-version: f0d9c3887740aee45f6153b24b3a6b815192ec16
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.86.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates and supply-chain maintenance github_actions Pull requests that update GitHub Actions code labels Aug 24, 2026
@dependabot dependabot Bot added dependencies Dependency updates and supply-chain maintenance github_actions Pull requests that update GitHub Actions code labels Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates and supply-chain maintenance github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants