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
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
echo "channel=$channel" >> "$GITHUB_OUTPUT"

- name: Install the pinned stable toolchain
uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
uses: dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de # v1
with:
toolchain: ${{ steps.stable.outputs.channel }}
components: clippy, rustfmt
Expand All @@ -92,7 +92,7 @@ jobs:
echo "channel=$channel" >> "$GITHUB_OUTPUT"

- name: Install the pinned nightly toolchain (merged doctests, docs.rs rustdoc, fuzz build)
uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
uses: dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de # v1
with:
toolchain: ${{ steps.nightly.outputs.channel }}

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
echo "channel=$channel" >> "$GITHUB_OUTPUT"

- name: Install the pinned stable toolchain
uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
uses: dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de # v1
with:
toolchain: ${{ steps.stable.outputs.channel }}
components: clippy, rustfmt
Expand All @@ -175,7 +175,7 @@ jobs:
echo "channel=$channel" >> "$GITHUB_OUTPUT"

- name: Install the pinned nightly toolchain (surface-totality rustdoc JSON)
uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
uses: dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de # v1
with:
toolchain: ${{ steps.nightly.outputs.channel }}

Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
echo "channel=$channel" >> "$GITHUB_OUTPUT"

- name: Install the pinned stable toolchain
uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
uses: dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de # v1
with:
toolchain: ${{ steps.stable.outputs.channel }}
components: llvm-tools
Expand All @@ -251,7 +251,7 @@ jobs:
echo "channel=$channel" >> "$GITHUB_OUTPUT"

- name: Install the pinned nightly toolchain (branch coverage)
uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
uses: dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de # v1
with:
toolchain: ${{ steps.nightly.outputs.channel }}
components: llvm-tools
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
echo "channel=$channel" >> "$GITHUB_OUTPUT"

- name: Install the pinned stable toolchain
uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
uses: dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de # v1
with:
toolchain: ${{ steps.stable.outputs.channel }}

Expand Down
Loading