From 6a14e71651f865326596b4ee51b348f06aaa9fda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 04:55:40 +0000 Subject: [PATCH] chore(github-release): update release jdx/mise to v2026.9.1 [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 1a29e6d..421e1ab 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.10" + mise-version: "2026.9.1" autofix-config-dir: . autofix-shfmt: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5423dbc..6330b88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: # renovate: datasource=github-releases depName=jdx/mise - version: 2026.8.10 + version: 2026.9.1 - name: Install dependencies run: task install diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 86e0a5e..bf7ab1c 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.10" + mise-version: "2026.9.1" # 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 66c379a..d796a3b 100644 --- a/.github/workflows/news.yml +++ b/.github/workflows/news.yml @@ -83,7 +83,7 @@ jobs: uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: # renovate: datasource=github-releases depName=jdx/mise - version: 2026.8.10 + version: 2026.9.1 - name: Select AI provider if: ${{ steps.cadence.outputs.should_run == 'true' }} diff --git a/.mise.toml b/.mise.toml index 09f1b88..918ab45 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=jdx/mise -min_version = "2026.8.10" +min_version = "2026.9.1" [tools] python = "3.14.7"