From 534cfd4421f216d8d8fb3755dc785ada87e0bcb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:25:26 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1698565..1bc613e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: # Installs the pinned toolchain (python, uv, rite) from mise.toml, # so CI runs the exact same tasks as a dev machine. - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - name: Test run: rite test @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - name: Lint (${{ matrix.check }}) run: rite lint:${{ matrix.check }} @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - name: Audit dependencies for known vulnerabilities run: rite audit @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - name: Build, install, and smoke test the brew package run: rite build