Skip to content

Commit

Permalink
Pipeline
Browse files Browse the repository at this point in the history
Updating pipeline actions

Signed-off-by: Rodrigo Nardi <[email protected]>
  • Loading branch information
RodrigoMNardi committed Feb 23, 2024
1 parent b22aa67 commit 191d021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0

- name: rubocop
uses: reviewdog/action-rubocop@v2
uses: reviewdog/action-rubocop@v2.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
rubocop_version: gemfile
Expand Down

0 comments on commit 191d021

Please sign in to comment.