From 9a3b8122e6646be9b6f13049a65e794462b35f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 01:37:14 +0000 Subject: [PATCH] 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/ci.yml | 2 +- .github/workflows/generate-svg.yml | 2 +- .github/workflows/linter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a055581..c68308c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Setup mise id: setup-mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 - name: Install Dependencies id: bun-install diff --git a/.github/workflows/generate-svg.yml b/.github/workflows/generate-svg.yml index b8b4632..e9ca157 100644 --- a/.github/workflows/generate-svg.yml +++ b/.github/workflows/generate-svg.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Setup mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 - name: Install Dependencies run: bun install --frozen-lockfile diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ec96568..f653ed8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -32,7 +32,7 @@ jobs: - name: Setup mise id: setup-mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 - name: Install Dependencies id: install