From 68ae36e98dedd57bcd35fe98c003f8f4b171796c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:54:26 +0000 Subject: [PATCH] chore(deps): bump jdx/mise-action from 3.4.1 to 3.5.0 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 3.4.1 to 3.5.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/9dc7d5dd454262207dea3ab5a06a3df6afc8ff26...d16887ba50704baed7de72bd1e82e04391e4457a) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 3.5.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 b1a96679..c190d0a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout tree uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Set-up Mise - uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1 + uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0 with: cache: false mise_toml: | diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index 1e515600..a2c89f14 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout tree uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Set-up Mise - uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1 + uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0 with: cache: false - run: yarn install --immutable diff --git a/.github/workflows/version-or-publish.yml b/.github/workflows/version-or-publish.yml index 56f7b58a..c6e2a69f 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Set-up Mise - uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1 + uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0 with: cache: false - run: yarn install --immutable