From 42541c471119d9d237e534b4e5aab8b493dc7341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 21:12:24 +0000 Subject: [PATCH] chore(deps): bump jdx/mise-action from 4.2.1 to 4.3.0 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4.2.1 to 4.3.0. - [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/dad1bfd3df957f44999b559dd69dc1671cb4e9ea...c2a87611a18de5b3828c5652fe268e992400cb5c) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/typedoc.yml | 2 +- .github/workflows/version-or-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87209694..6b9783ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout tree uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set-up Mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1.6.4.2.1 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0.6.4.3.0 with: cache: false mise_toml: | diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index da98b88d..36ad5d72 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout tree uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set-up Mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1.6.4.2.1 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0.6.4.3.0 with: cache: false - run: bun install --frozen-lockfile diff --git a/.github/workflows/version-or-publish.yml b/.github/workflows/version-or-publish.yml index aa70fb5b..32ae6956 100644 --- a/.github/workflows/version-or-publish.yml +++ b/.github/workflows/version-or-publish.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout tree uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set-up Mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1.6.4.2.1 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0.6.4.3.0 with: cache: false - run: bun install --frozen-lockfile