Skip to content
Closed
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
10 changes: 5 additions & 5 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
target: ${{ matrix.target }}
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8
with:
tool: cargo-llvm-cov
- name: Rust cache
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
with:
toolchain: nightly-2025-08-11
- name: Install udeps
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
if: ${{matrix.runs_on == 'ubuntu-latest'}}

- name: Install bindgen-cli
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8
with:
tool: bindgen-cli
if: ${{matrix.runs_on == 'ubuntu-latest'}}
Expand All @@ -179,7 +179,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb
- uses: EmbarkStudios/cargo-deny-action@6c8f9facfa5047ec02d8485b6bf52b587b7777d1
with:
arguments: --workspace --all-features

Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
toolchain: nightly-2025-08-11
components: llvm-tools-preview
- name: Install cargo fuzz & rustfilt
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8
with:
tool: cargo-fuzz,rustfilt
- name: Run `cargo fuzz`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
key: cache-mount-${{ hashFiles('Dockerfile') }}

- name: Restore Docker cache mounts
uses: reproducible-containers/buildkit-cache-dance@1b8ab18fbda5ad3646e3fcc9ed9dd41ce2f297b4 # v3.3.2
uses: reproducible-containers/buildkit-cache-dance@5422eac04292c961a382e0f584ea0f03ad9da723 # v3.4.0
with:
builder: ${{ steps.setup-buildx.outputs.name }}
cache-dir: cache-mount
Expand Down
Loading