mirror of
https://github.com/extractions/setup-just
synced 2026-09-07 20:04:00 +00:00
This is 3.1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 🤖 `setup-just` action
|
||||
|
||||
[](https://github.com/extractions/setup-just/actions/workflows/build.yaml)
|
||||
[](https://github.com/extractions/setup-just/actions/workflows/build.yaml)
|
||||
|
||||
This GitHub Action will install a release of the
|
||||
[just](https://github.com/casey/just) command runner for you.
|
||||
@@ -21,10 +21,10 @@ If you want a specific version of `just` you can specify this by passing the
|
||||
```yaml
|
||||
- uses: extractions/setup-just@v3
|
||||
with:
|
||||
just-version: '1.40.0'
|
||||
just-version: '1.46.0'
|
||||
```
|
||||
|
||||
To avoid rate-limiting, the default Github token available to all actions, is
|
||||
To avoid rate-limiting, the default Github token (available to all actions) is
|
||||
automatically used to authenticate calls to Github. To override it, pass the
|
||||
input `github-token`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user