From b05389583cd90c68490f57645c9ec1ff268a74ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 23:44:34 +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/ci.yaml | 6 +++--- .github/workflows/pkg-pr-new.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2b860b5e..fd1fdd8e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: --health-retries 5 steps: - uses: actions/checkout@v6 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - run: npm ci - run: npm run ci - uses: codecov/codecov-action@v6 @@ -47,7 +47,7 @@ jobs: --health-retries 5 steps: - uses: actions/checkout@v6 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - run: npm ci - run: bun run ci:bun # https://commitlint.js.org/guides/ci-setup.html @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - run: npm install -D @commitlint/cli @commitlint/config-conventional - name: Validate current commit (last commit) with commitlint if: github.event_name == 'push' diff --git a/.github/workflows/pkg-pr-new.yaml b/.github/workflows/pkg-pr-new.yaml index 1db96202..02463a72 100644 --- a/.github/workflows/pkg-pr-new.yaml +++ b/.github/workflows/pkg-pr-new.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - run: npm ci - run: npm run build - run: >