From ccd407471140bf2d56e28eade0c1a667d0c45d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 02:12:23 +0000 Subject: [PATCH] Bump jdx/mise-action from 4.2.0 to 4.2.1 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/jdx/mise-action/compare/e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d...dad1bfd3df957f44999b559dd69dc1671cb4e9ea) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/javascript.yml | 8 ++++---- .github/workflows/pre-commit.yml | 2 +- .github/workflows/python.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 0ad3ff7..ba936b0 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: Install mise - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: install: false # the script runs `mise install` itself cache: true diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index ad541e1..6ad923b 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Install mise and tools - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: install: true install_args: rust node "github:wasm-bindgen/wasm-pack" @@ -71,7 +71,7 @@ jobs: persist-credentials: false - name: Install mise and tools - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: install: true install_args: rust "github:wasm-bindgen/wasm-pack" @@ -141,7 +141,7 @@ jobs: persist-credentials: false - name: Install mise and tools - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: install: true install_args: rust "github:wasm-bindgen/wasm-pack" @@ -181,7 +181,7 @@ jobs: run: echo "bytes=$(stat -c%s head-pkg/standard_knowledge_js_bg.wasm)" >> "$GITHUB_OUTPUT" - name: Install mise and tools - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: install: true install_args: rust "github:wasm-bindgen/wasm-pack" diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 905d0a4..a11b90b 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Install mise and tools - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: install: true install_args: uv prek rust diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3847115..c044d65 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -42,7 +42,7 @@ jobs: persist-credentials: false - name: Install mise and tools - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: install: true install_args: rust uv @@ -98,7 +98,7 @@ jobs: persist-credentials: false - name: Install mise and tools - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: install: true install_args: rust uv