We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cf31b commit 593b8efCopy full SHA for 593b8ef
action.yml
@@ -8,6 +8,10 @@ inputs:
8
description: "(Default: 1.86.0) Rust toolchain specification to install - see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification"
9
required: false
10
default: "1.86.0"
11
+ just-version:
12
+ description: '(Default: 1.41) Version of just to install.'
13
+ required: false
14
+ default: '1.41'
15
runs:
16
using: composite
17
steps:
@@ -19,7 +23,7 @@ runs:
19
23
20
24
- uses: extractions/setup-just@v3
21
25
with:
22
- just-version: "1.40"
26
+ just-version: ${{ inputs.just-version }}
27
28
### Linux setup ###
29
0 commit comments