From 9f03097f47de581cac6f75360f5385c47b35a65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:38:03 +0000 Subject: [PATCH] chore(deps): update github-actions: Bump jdx/mise-action Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 3.6.1 to 3.6.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/6d1e696aa24c1aa1bcc1adea0212707c71ab78a8...5228313ee0372e111a38da051671ca30fc5a96db) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/upgrade-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e63f1c05..fcfebfd0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 # full history - name: Setup mise - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1 + uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3 with: cache: true diff --git a/.github/workflows/upgrade-main.yml b/.github/workflows/upgrade-main.yml index 040380ce..63bedc84 100644 --- a/.github/workflows/upgrade-main.yml +++ b/.github/workflows/upgrade-main.yml @@ -37,7 +37,7 @@ jobs: ref: main - name: Setup mise - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1 + uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3 with: cache: true