Skip to content

Commit

Permalink
Update versions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed May 30, 2024
1 parent 2701d7a commit 66e6fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,7 +44,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: StandardRB Linter
uses: standardrb/[email protected]
env:
Expand Down

0 comments on commit 66e6fd0

Please sign in to comment.