From 7d0236e2326effda5b33a41763974e5819cb53dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 01:29:40 +0000 Subject: [PATCH] Bump jdx/mise-action from 2 to 3 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2 to 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/v2...v3) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/editorconfig.yaml | 2 +- .github/workflows/format.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 2 +- .github/workflows/typecheck.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/editorconfig.yaml b/.github/workflows/editorconfig.yaml index b4e7bc4..32a749c 100644 --- a/.github/workflows/editorconfig.yaml +++ b/.github/workflows/editorconfig.yaml @@ -15,7 +15,7 @@ jobs: uses: editorconfig-checker/action-editorconfig-checker@main - name: Install Mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v3 with: experimental: true diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 371e008..b9ab0af 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -25,7 +25,7 @@ jobs: poetry-version: "2.1.4" - name: Install Mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v3 with: experimental: true diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 673445d..075a4b0 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -25,7 +25,7 @@ jobs: poetry-version: "2.1.4" - name: Install Mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v3 with: experimental: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4b390d9..3a64853 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,7 @@ jobs: poetry-version: "2.1.4" - name: Install Mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v3 with: experimental: true diff --git a/.github/workflows/typecheck.yaml b/.github/workflows/typecheck.yaml index 2c4259a..2c7fa3b 100644 --- a/.github/workflows/typecheck.yaml +++ b/.github/workflows/typecheck.yaml @@ -25,7 +25,7 @@ jobs: poetry-version: "2.1.4" - name: Install Mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v3 with: experimental: true