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
1212In most cases all you will need is the following in your workflow.
1313
1414``` yaml
15- - uses : extractions/setup-just@v2
15+ - uses : extractions/setup-just@v3
1616` ` `
1717
1818If you want a specific version of ` just` you can specify this by passing the
1919` just-version` input.
2020
2121` ` ` yaml
22- - uses: extractions/setup-just@v2
22+ - uses: extractions/setup-just@v3
2323 with:
2424 just-version: '1.40.0'
2525` ` `
@@ -29,7 +29,7 @@ automatically used to authenticate calls to Github. To override it, pass the
2929input `github-token`.
3030
3131` ` ` yaml
32- - uses: extractions/setup-just@v2
32+ - uses: extractions/setup-just@v3
3333 with:
3434 github-token: ${{ secrets.MY_GITHUB_TOKEN }}
3535` ` `
You can’t perform that action at this time.
0 commit comments