From 36cc01159ceb688d80318a77a1385b2de59c84ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 04:52:34 +0000 Subject: [PATCH] ci(deps): bump jdx/mise-action from 4 to 4.2.3 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4 to 4.2.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/v4...v4.2.3) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a14b17..83a3051 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }} - name: Install tooling - uses: jdx/mise-action@v4 + uses: jdx/mise-action@v4.2.3 with: cache: true diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 587001d..12066b0 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -18,7 +18,7 @@ jobs: submodules: true - name: Install tooling - uses: jdx/mise-action@v4 + uses: jdx/mise-action@v4.2.3 with: cache: true