Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Resolve pinned shell tools
id: shell-tools
run: python3 scripts/aux_tools.py ci-spec shell-lint --github-output "$GITHUB_OUTPUT"
- uses: taiki-e/install-action@v2.85.7
- uses: taiki-e/install-action@v2.85.11
with:
tool: ${{ steps.shell-tools.outputs.tools }}
- name: gate · change-routing-selftest
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
id: coverage-tools
run: python3 scripts/aux_tools.py ci-spec coverage --github-output "$GITHUB_OUTPUT"
# Prebuilt, exact-version binary — no compile cost or moving setup state.
- uses: taiki-e/install-action@v2.85.7
- uses: taiki-e/install-action@v2.85.11
with:
tool: ${{ steps.coverage-tools.outputs.tools }}
- name: Diagnose pinned coverage tools
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
id: supply-chain-tools
run: python3 scripts/aux_tools.py ci-spec supply-chain --github-output "$GITHUB_OUTPUT"
# Prebuilt, exact-version binaries — no compile cost or moving setup state.
- uses: taiki-e/install-action@v2.85.7
- uses: taiki-e/install-action@v2.85.11
with:
tool: ${{ steps.supply-chain-tools.outputs.tools }}
- name: Diagnose pinned supply-chain tools
Expand Down
Loading