From 6a9031a5de1a07cf5dea1381c769c1eba85ff993 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:53:10 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-release):=20update=20mise=20(=20v20?= =?UTF-8?q?26.5.16=20=E2=9E=94=20v2026.6.1=20)=20[automerge]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 58d9726..7f4cddd 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.5.16" + mise-version: "2026.6.1" autofix-config-dir: . autofix-shfmt: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dc3e3c..1859441 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: # renovate: datasource=github-releases depName=jdx/mise - version: 2026.5.16 + version: 2026.6.1 - name: Install dependencies run: task install diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b98d4b4..a0310a1 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.5.16" + mise-version: "2026.6.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 91dff56..a449603 100644 --- a/.github/workflows/news.yml +++ b/.github/workflows/news.yml @@ -83,7 +83,7 @@ jobs: uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 with: # renovate: datasource=github-releases depName=jdx/mise - version: 2026.5.16 + version: 2026.6.1 - name: Select AI provider if: ${{ steps.cadence.outputs.should_run == 'true' }} diff --git a/.mise.toml b/.mise.toml index ae6bc8c..0e67bdd 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=jdx/mise -min_version = "2026.5.16" +min_version = "2026.6.1" [tools] python = "3.14.5"