diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 2bc5b8bc..5c95477d 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -39,7 +39,7 @@ jobs: - name: Install mise uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.16 + version: 2026.5.18 - name: Update mise lockfile if: github.event.pull_request.user.login == 'renovate[bot]' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 690e5731..55b2700b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: - name: Install mise uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.16 + version: 2026.5.18 install_args: --locked - name: Rust Cache @@ -134,7 +134,7 @@ jobs: - name: Install mise uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.16 + version: 2026.5.18 install_args: --locked - name: Rust Cache @@ -174,7 +174,7 @@ jobs: - name: Install mise uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.16 + version: 2026.5.18 install_args: --locked - name: Validate schema diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 93abe274..87d0324a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -55,7 +55,7 @@ jobs: - name: Install mise uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.16 + version: 2026.5.18 install_args: --locked env: MISE_ENABLE_TOOLS: bun,node,wrangler diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 9e5e9d76..ba90a038 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -39,7 +39,7 @@ jobs: - name: Install mise uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.16 + version: 2026.5.18 install_args: --locked - name: Create biwa-bot GitHub App token @@ -80,7 +80,7 @@ jobs: - name: Install mise uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.16 + version: 2026.5.18 install_args: --locked - name: Create biwa-bot GitHub App token diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6fef4cc..d15736db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: id: install-mise uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.16 + version: 2026.5.18 install_args: --locked cache: ${{ steps.mode.outputs.publishing == 'false' }} env: @@ -114,7 +114,7 @@ jobs: id: install-mise uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.16 + version: 2026.5.18 install_args: --locked cache: ${{ needs.plan.outputs.publishing == 'false' }} env: @@ -208,7 +208,7 @@ jobs: id: install-mise uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.16 + version: 2026.5.18 install_args: --locked cache: ${{ needs.plan.outputs.publishing == 'false' }} env: @@ -277,7 +277,7 @@ jobs: - name: Install mise uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.16 + version: 2026.5.18 install_args: --locked cache: false env: diff --git a/mise.lock b/mise.lock index 28e40a8a..c1f570c3 100644 --- a/mise.lock +++ b/mise.lock @@ -362,6 +362,9 @@ url = "https://github.com/release-plz/release-plz/releases/download/release-plz- version = "1.96.0" backend = "core:rust" +[tools.rust.options] +profile = "default" + [[tools.shellcheck]] version = "0.11.0" backend = "aqua:koalaman/shellcheck"