Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
# This job runs `just test-python*` below but never installed `just` - it
# inherited whatever the runner happened to have. Provision it explicitly.
- name: Set up mise tools
uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
with:
install_args: just
cache: true
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
uses: ./.github/actions/setup-rust-kache

- name: Set up mise tools
uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
with:
install_args: node npm:mcporter
cache: true
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
uses: ./.github/actions/setup-rust-kache

- name: Install taplo
uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
with:
install_args: cargo:taplo-cli
cache: true
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
# missing from PATH for any reason, so this step is not load-bearing
# for the rest of this job's Rust-only checks.
- name: Set up mise tools
uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
with:
install_args: node pnpm
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codex-schema-drift-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Set up mise tools
uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
with:
install_args: gh
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-platform-soak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
persist-credentials: false

- name: Set up mise tools
uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654
with:
install_args: python uv
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
ref: ${{ needs.validate-release-tag.outputs.release_ref }}

- name: Set up mise tools
uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
with:
install_args: node pnpm
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rmcp-release-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Set up mise tools
uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
with:
install_args: gh
cache: true
Expand Down
Loading