From 7d219a40ad4588b6ad7cbf58f1b8e109066ae7df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:14:32 +0000 Subject: [PATCH] ci(deps): bump jdx/mise-action in the github-actions group Bumps the github-actions group with 1 update: [jdx/mise-action](https://github.com/jdx/mise-action). Updates `jdx/mise-action` from 4 to 4.2.3 - [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/v4...v4.2.3) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50cc712..4ad2d4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v6 - name: Setup mise - uses: jdx/mise-action@v4 + uses: jdx/mise-action@v4.2.3 - name: Install Nix uses: cachix/install-nix-action@v31 @@ -43,7 +43,7 @@ jobs: extra_args: --only-verified - name: Setup mise - uses: jdx/mise-action@v4 + uses: jdx/mise-action@v4.2.3 - name: Install toolchain run: mise install