Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.5.15
version: 2026.5.16

- name: Update mise lockfile
if: github.event.pull_request.user.login == 'renovate[bot]'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.5.15
version: 2026.5.16
install_args: --locked

- name: Rust Cache
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.5.15
version: 2026.5.16
install_args: --locked

- name: Rust Cache
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.5.15
version: 2026.5.16
install_args: --locked

- name: Validate schema
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.5.15
version: 2026.5.16
install_args: --locked
env:
MISE_ENABLE_TOOLS: bun,node,wrangler
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.5.15
version: 2026.5.16
install_args: --locked

- name: Create biwa-bot GitHub App token
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.5.15
version: 2026.5.16
install_args: --locked

- name: Create biwa-bot GitHub App token
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
id: install-mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.5.15
version: 2026.5.16
install_args: --locked
cache: ${{ steps.mode.outputs.publishing == 'false' }}
env:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
id: install-mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.5.15
version: 2026.5.16
install_args: --locked
cache: ${{ needs.plan.outputs.publishing == 'false' }}
env:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
id: install-mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.5.15
version: 2026.5.16
install_args: --locked
cache: ${{ needs.plan.outputs.publishing == 'false' }}
env:
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.5.15
version: 2026.5.16
install_args: --locked
cache: false
env:
Expand Down
3 changes: 3 additions & 0 deletions mise.lock
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ provenance = "github-attestations"
version = "4.93.0"
backend = "npm:wrangler"

[tools.wrangler.options]
allow_builds = '["esbuild", "sharp", "workerd"]'

[[tools.yamllint]]
version = "1.38.0"
backend = "pipx:yamllint"
Expand Down
Loading