Skip to content

Commit

Permalink
ci: Alter the use of node16 to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
bush1D3v authored Jun 10, 2024
1 parent bdc7bab commit f9fdb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
uses: actions-rs/toolchain@v2
with:
profile: minimal
toolchain: stable
Expand Down

0 comments on commit f9fdb68

Please sign in to comment.