File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ This GitHub Action will install a release of the
12
12
In most cases all you will need is the following in your workflow.
13
13
14
14
``` yaml
15
- - uses : extractions/setup-just@v2
15
+ - uses : extractions/setup-just@v3
16
16
` ` `
17
17
18
18
If you want a specific version of ` just` you can specify this by passing the
19
19
` just-version` input.
20
20
21
21
` ` ` yaml
22
- - uses: extractions/setup-just@v2
22
+ - uses: extractions/setup-just@v3
23
23
with:
24
24
just-version: '1.40.0'
25
25
` ` `
@@ -29,7 +29,7 @@ automatically used to authenticate calls to Github. To override it, pass the
29
29
input `github-token`.
30
30
31
31
` ` ` yaml
32
- - uses: extractions/setup-just@v2
32
+ - uses: extractions/setup-just@v3
33
33
with:
34
34
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
35
35
` ` `
You can’t perform that action at this time.
0 commit comments