mirror of
https://github.com/extractions/setup-just
synced 2026-09-14 20:13:55 +00:00
Update README and build to refer to version 0.8
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
needs: test-latest
|
needs: test-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
just-version: [0.4.5, 0.5.11, 0.6.1, 0.7.3, 0.8.0]
|
just-version: [0.4.5, 0.5.11, 0.6.1, 0.7.3, 0.8.3]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ Add the following to your workflow.
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: extractions/setup-just@v1
|
- uses: extractions/setup-just@v1
|
||||||
with:
|
with:
|
||||||
just-version: 0.5
|
just-version: 0.8
|
||||||
env:
|
env:
|
||||||
# this is not required but add it if you get any rate limiting issues
|
# this is not required but add it if you get any rate limiting issues
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user