We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed9feb commit 53165efCopy full SHA for 53165ef
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@v3
+- uses: extractions/setup-just@v4
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.46.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