Skip to content

Commit 81afbbe

Browse files
jmarbuttclaude
andcommitted
Fix: Use correct rust-toolchain action name
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c5fe0c4 commit 81afbbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
version: 9
5353

5454
- name: Install Rust stable
55-
uses: dtolnay/rust-action@stable
55+
uses: dtolnay/rust-toolchain@stable
5656

5757
- name: Install dependencies (Ubuntu)
5858
if: matrix.platform == 'ubuntu-22.04'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
version: 9
9191

9292
- name: Install Rust stable
93-
uses: dtolnay/rust-action@stable
93+
uses: dtolnay/rust-toolchain@stable
9494
with:
9595
targets: ${{ matrix.rust_target }}
9696

0 commit comments

Comments
 (0)