diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3e160f4..5589676 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: needs: test-latest strategy: 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 steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index bd9fc13..8dcc5f0 100644 --- a/README.md +++ b/README.md @@ -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 }}