We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057beec commit c4e4777Copy full SHA for c4e4777
1 file changed
.github/workflows/ci-cd.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
21
- name: Install Rust
22
- uses: dtolnay/rust-action@stable
+ uses: dtolnay/rust-toolchain@stable
23
with:
24
toolchain: ${{ env.RUST_VERSION }}
25
@@ -129,7 +129,7 @@ jobs:
129
130
131
132
133
134
135
0 commit comments