From 4ec3ba4f665a3aa6860bfe14118e20c8e0270227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 14:17:28 +0000 Subject: [PATCH] chore(deps): bump jdx/mise-action from 2 to 4 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2 to 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/v2...v4) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/a11y.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/a11y.yml b/.github/workflows/a11y.yml index 039fc37..24a08e5 100644 --- a/.github/workflows/a11y.yml +++ b/.github/workflows/a11y.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6 - name: Install tools (node + pnpm from mise.toml) - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 - name: Cache pnpm store uses: actions/cache@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47b1c16..41b4836 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Install tools (node + pnpm from mise.toml) - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 - name: Cache pnpm store uses: actions/cache@v4