File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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@v1
15
+ - uses : extractions/setup-just@v2
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@v1
22
+ - uses: extractions/setup-just@v2
23
23
with:
24
24
just-version: '1.4.0'
25
25
` ` `
@@ -29,15 +29,15 @@ automatically used to authenticate calls to Github. To override it, set the
29
29
environment variable `GITHUB_TOKEN` or pass the input `github-token`.
30
30
31
31
` ` ` yaml
32
- - uses: extractions/setup-just@v1
32
+ - uses: extractions/setup-just@v2
33
33
env:
34
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
35
` ` `
36
36
37
37
or
38
38
39
39
` ` ` yaml
40
- - uses: extractions/setup-just@v1
40
+ - uses: extractions/setup-just@v2
41
41
with:
42
42
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
43
43
` ` `
You can’t perform that action at this time.
0 commit comments