From 43bd6a1743e792e9f44af24aa6a4e6d4a737d2dc Mon Sep 17 00:00:00 2001 From: Ross MacArthur Date: Thu, 26 Nov 2020 11:49:25 +0200 Subject: [PATCH] Update README and build to refer to version 0.8 --- .github/workflows/build.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}