We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fa8d3 commit e33e026Copy full SHA for e33e026
1 file changed
README.md
@@ -12,14 +12,14 @@ This GitHub Action will install a release of the
12
In most cases all you will need is the following in your workflow.
13
14
```yaml
15
-- uses: extractions/setup-just@v2
+- uses: extractions/setup-just@v3
16
```
17
18
If you want a specific version of `just` you can specify this by passing the
19
`just-version` input.
20
21
22
23
with:
24
just-version: '1.40.0'
25
@@ -29,7 +29,7 @@ automatically used to authenticate calls to Github. To override it, pass the
29
input `github-token`.
30
31
32
33
34
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
35
0 commit comments