From acb72d0c25e840aeeaeb8d66afff26c0b8d95b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:53:40 +0000 Subject: [PATCH] [ci] Bump jdx/mise-action from 4.2.3 to 4.2.4 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4.2.3 to 4.2.4. - [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.2.3...v4.2.4) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update_dependencies.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3307246..a52d1016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Setup mise timeout-minutes: 10 - uses: jdx/mise-action@v4.2.3 + uses: jdx/mise-action@v4.2.4 - name: Install dependencies timeout-minutes: 10 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebccd181..8c5dcff5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Setup mise timeout-minutes: 10 - uses: jdx/mise-action@v4.2.3 + uses: jdx/mise-action@v4.2.4 - name: Install dependencies timeout-minutes: 10 diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index e6b10626..10106c14 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -29,7 +29,7 @@ jobs: - name: Setup mise timeout-minutes: 10 - uses: jdx/mise-action@v4.2.3 + uses: jdx/mise-action@v4.2.4 - name: Update dependencies timeout-minutes: 30