From 66e6fd07f46a65ceff398848314bc366797ab048 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 30 May 2024 14:20:01 +1200 Subject: [PATCH] Update versions in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40c37e4..9cbfcce 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add the following to your GitHub action workflow to use StandardRB Linter Action ```yaml - name: StandardRB Linter - uses: standardrb/standard-ruby-action@v0.1.0 + uses: standardrb/standard-ruby-action@v0.0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} USE_BUNDLE_VERSION: true # anything else (or omitting) will run the current version instead of your projects version @@ -44,7 +44,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: StandardRB Linter uses: standardrb/standard-ruby-action@v0.0.5 env: