From ab878bf3118d7880bf074546d37eaec573e8faea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 21:12:24 +0000 Subject: [PATCH] chore(deps): bump jdx/mise-action from 4.2.0 to 4.2.1 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4.2.0 to 4.2.1. - [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/e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d...dad1bfd3df957f44999b559dd69dc1671cb4e9ea) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 35b41d1b..87209694 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@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0.6.4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1.6.4.2.1 with: cache: false mise_toml: | diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index 2896d819..da98b88d 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@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0.6.4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1.6.4.2.1 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 e996558a..aa70fb5b 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@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0.6.4.2.0 + uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1.6.4.2.1 with: cache: false - run: bun install --frozen-lockfile