From c8d35d35ea4271c56822ebc475901164a04a28d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:05:14 +0000 Subject: [PATCH] chore(deps): bump jdx/mise-action from 2.4.4 to 4.0.1 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2.4.4 to 4.0.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/c37c93293d6b742fc901e1406b8f764f6fb19dac...1648a7812b9aeae629881980618f079932869151) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad62e48..96494b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: node-version: ["24"] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - run: npm ci - name: Lint run: npx biome check . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dbcd69..4908957 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - run: npm ci - run: npx vitest run - run: npx biome check .