Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true

env:
NODE_VERSION: 20
NODE_VERSION: 24

jobs:
# Run unit tests
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ Simple usage of this action:

```yml
- name: Setup Rust
uses: MatteoH2O1999/setup-rust@v1
uses: MatteoH2O1999/setup-rust@v2
```

## Inputs

|Input|Description|Default|
|-----|-----------|-------|
|Channel|The rust channel to download rust from|`stable`|
|Profile|The profile to use (either `minimal`, `default` or `complete`)|`minimal`|
|Components|The list of additional components to install (`clippy`, `rustfmt`, etc.)|`None`|
|`channel`|The rust channel to download rust from|`stable`|
|`profile`|The profile to use (either `minimal`, `default` or `complete`)|`minimal`|
|`components`|The list of additional components to install (`clippy`, `rustfmt`, etc.)|`None`|
|`subcommands`|The list of cargo subcommands to install|`None`|
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
description: The cargo subcommands to install
required: false
runs:
using: node20
using: node24
main: dist/index.js
327 changes: 0 additions & 327 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading