Skip to content

Commit c4e4777

Browse files
authored
fix: replace dtolnay/rust-action with dtolnay/rust-toolchain in ci-cd.yml
1 parent 057beec commit c4e4777

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Install Rust
22-
uses: dtolnay/rust-action@stable
22+
uses: dtolnay/rust-toolchain@stable
2323
with:
2424
toolchain: ${{ env.RUST_VERSION }}
2525

@@ -129,7 +129,7 @@ jobs:
129129
- uses: actions/checkout@v4
130130

131131
- name: Install Rust
132-
uses: dtolnay/rust-action@stable
132+
uses: dtolnay/rust-toolchain@stable
133133
with:
134134
toolchain: ${{ env.RUST_VERSION }}
135135

0 commit comments

Comments
 (0)