Skip to content

chore(deps): bump jdx/mise-action from 3 to 4#6746

Merged
hanabi1224 merged 1 commit intomainfrom
dependabot/github_actions/jdx/mise-action-4
Mar 16, 2026
Merged

chore(deps): bump jdx/mise-action from 3 to 4#6746
hanabi1224 merged 1 commit intomainfrom
dependabot/github_actions/jdx/mise-action-4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Bumps jdx/mise-action from 3 to 4.

Release notes

Sourced from jdx/mise-action's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: jdx/mise-action@v3...v4.0.0

v3.6.3

What's Changed

New Contributors

Full Changelog: jdx/mise-action@v3.6.2...v3.6.3

v3.6.2

What's Changed

New Contributors

Full Changelog: jdx/mise-action@v3.6.1...v3.6.2

v3.6.1

What's Changed

... (truncated)

Changelog

Sourced from jdx/mise-action's changelog.

3.5.1 - 2025-11-24

🔍 Other Changes

  • Revert "feat(action): moved save cache to post step" (#329) by @​jdx in #329

3.5.0 - 2025-11-21

🚀 Features

New Contributors


Commits

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)

Summary by CodeRabbit

  • Chores
    • Updated GitHub Actions versions across all continuous integration and deployment workflows to maintain compatibility with current tooling standards and improve pipeline reliability. The changes affect automated testing, code validation, linting, documentation generation, and deployment processes without altering any existing functionality.

Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 3 to 4.
- [Release notes](https://github.com/jdx/mise-action/releases)
- [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md)
- [Commits](jdx/mise-action@v3...v4)

---
updated-dependencies:
- dependency-name: jdx/mise-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 16, 2026 07:16
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label Mar 16, 2026
@dependabot dependabot Bot requested review from LesnyRumcajs and sudo-shashank and removed request for a team March 16, 2026 07:16
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: e9363623-ce2c-4627-a7ce-34e9f1189502

📥 Commits

Reviewing files that changed from the base of the PR and between c7d9ba6 and 704606c.

📒 Files selected for processing (15)
  • .github/workflows/butterflynet.yml
  • .github/workflows/cargo-advisories.yml
  • .github/workflows/coverage.yml
  • .github/workflows/docker.yml
  • .github/workflows/docs-check.yml
  • .github/workflows/docs-deploy.yml
  • .github/workflows/forest.yml
  • .github/workflows/go-lint.yml
  • .github/workflows/lists-lint.yml
  • .github/workflows/rpc-parity-report.yml
  • .github/workflows/rubocop.yml
  • .github/workflows/rust-lint.yml
  • .github/workflows/shellcheck.yml
  • .github/workflows/unit-tests.yml
  • .github/workflows/yaml-lint.yml

Walkthrough

This PR updates all GitHub workflow files to use jdx/mise-action@v4 instead of v3. The changes are consistent across 15 workflow files with no modifications to workflow logic or control flow.

Changes

Cohort / File(s) Summary
Mise Action Version Upgrade
.github/workflows/butterflynet.yml, cargo-advisories.yml, coverage.yml, docker.yml, docs-check.yml, docs-deploy.yml, forest.yml, go-lint.yml, lists-lint.yml, rpc-parity-report.yml, rubocop.yml, rust-lint.yml, shellcheck.yml, unit-tests.yml, yaml-lint.yml
Updated jdx/mise-action from v3 to v4 across all CI/CD workflows. No changes to workflow steps, control flow, or logic.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Suggested reviewers

  • LesnyRumcajs
  • sudo-shashank
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(deps): bump jdx/mise-action from 3 to 4' clearly and specifically identifies the main change—updating a dependency version across the codebase. It follows conventional commit format and accurately summarizes the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/github_actions/jdx/mise-action-4
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch dependabot/github_actions/jdx/mise-action-4
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

@hanabi1224 hanabi1224 added this pull request to the merge queue Mar 16, 2026
Merged via the queue into main with commit b81ff94 Mar 16, 2026
47 of 73 checks passed
@hanabi1224 hanabi1224 deleted the dependabot/github_actions/jdx/mise-action-4 branch March 16, 2026 08:10
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.

1 participant