diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 3c7f15b..1a29e6d 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.6" + mise-version: "2026.8.10" autofix-config-dir: . autofix-shfmt: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ad72f..31db1fc 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.6 + version: 2026.8.10 - name: Install dependencies run: task install diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e48d0a2..2cdd1fa 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.6" + mise-version: "2026.8.10" # 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 4d13cec..0c66daf 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.6 + version: 2026.8.10 - name: Select AI provider if: ${{ steps.cadence.outputs.should_run == 'true' }} diff --git a/.mise.toml b/.mise.toml index c2ba815..7e31ad5 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=jdx/mise -min_version = "2026.8.6" +min_version = "2026.8.10" [tools] python = "3.14.7"