Update README and build to refer to version 0.8

This commit is contained in:
Ross MacArthur
2020-11-26 11:49:25 +02:00
parent fc2abd7b0c
commit 43bd6a1743
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Add the following to your workflow.
```yaml
- uses: extractions/setup-just@v1
with:
just-version: 0.5
just-version: 0.8
env:
# this is not required but add it if you get any rate limiting issues
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}