From 536aad103ae11393746f7175a93f7f595f55d360 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:51:07 +0000 Subject: [PATCH] chore(github-release): update release jdx/mise to v2026.8.14 [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..3d01e7d 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.8.14" autofix-config-dir: . autofix-shfmt: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31db1fc..8949468 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.10 + version: 2026.8.14 - name: Install dependencies run: task install diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 50a7d15..e1d44b7 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.8.14" # 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 0c66daf..3d0cea6 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.10 + version: 2026.8.14 - name: Select AI provider if: ${{ steps.cadence.outputs.should_run == 'true' }} diff --git a/.mise.toml b/.mise.toml index b7a797f..692bcdb 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.8.14" [tools] python = "3.14.7"