Skip to content

Commit 56e0f36

Browse files
committed
fix: Update Rust toolchain action reference in CI workflow
1 parent 3e4e3a6 commit 56e0f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Install Rust toolchain
26-
uses: dtolnay/rust-action@nightly
26+
uses: dtolnay/rust-toolchain@nightly
2727

2828
- name: Install Linux dependencies
2929
if: runner.os == 'Linux'
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@v4
7676

7777
- name: Install Rust toolchain
78-
uses: dtolnay/rust-action@nightly
78+
uses: dtolnay/rust-toolchain@nightly
7979
with:
8080
targets: ${{ matrix.target }}
8181

0 commit comments

Comments
 (0)