From 6711b6a8ab23ec765abc19513b4dc01997c63ee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 01:39:40 +0000 Subject: [PATCH] chore(github-release): update release jdx/mise to v2026.8.6 [automerge] --- .github/workflows/autofix.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/news.yml | 2 +- .mise.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 12115dc..3c7f15b 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -19,6 +19,6 @@ jobs: contents: write with: # renovate: datasource=github-releases depName=jdx/mise - mise-version: "2026.8.5" + mise-version: "2026.8.6" autofix-config-dir: . autofix-shfmt: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ba207b..43ad72f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: # renovate: datasource=github-releases depName=jdx/mise - version: 2026.8.5 + version: 2026.8.6 - name: Install dependencies run: task install diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 35f7d31..e48d0a2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: security-events: write with: # renovate: datasource=github-releases depName=jdx/mise - mise-version: "2026.8.5" + mise-version: "2026.8.6" # No Go in this repo: skip golangci-lint. The reusable workflow still # declares golangci-lint-version as a required input, so a value must be # provided even though the go job is disabled. diff --git a/.github/workflows/news.yml b/.github/workflows/news.yml index 893a105..4d13cec 100644 --- a/.github/workflows/news.yml +++ b/.github/workflows/news.yml @@ -83,7 +83,7 @@ jobs: uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: # renovate: datasource=github-releases depName=jdx/mise - version: 2026.8.5 + version: 2026.8.6 - name: Select AI provider if: ${{ steps.cadence.outputs.should_run == 'true' }} diff --git a/.mise.toml b/.mise.toml index 3e095f5..c2ba815 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=jdx/mise -min_version = "2026.8.5" +min_version = "2026.8.6" [tools] python = "3.14.7"