From 3e1f66a06f7c7c96b69d41a6c0259f57a707f1e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 20:45:14 +0000 Subject: [PATCH] chore(deps): bump jdx/mise-action from 4.2.0 to 4.2.3 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4.2.0 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/e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d...9e7f7633ff6f6d6048a9418a68d48f288f50eb14) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e9032eb..5d97b6f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: # Use mise-action directly (not our setup-mise) so linting still runs even # when the repository's own composite actions are broken. - - uses: "jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d" # v4.2.0 + - uses: "jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14" # v4.2.3 with: install: true cache: false