Skip to content

Commit 02ad77e

Browse files
committed
Update rubocop github action
1 parent e6bcf5d commit 02ad77e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rubocop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Set up Ruby 3.0
1616
uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: 3.0
1919
- name: Cache gems
20-
uses: actions/cache@v1
20+
uses: actions/cache@v4
2121
with:
2222
path: vendor/bundle
2323
key: ${{ runner.os }}-rubocop-${{ hashFiles('**/Gemfile.lock') }}
@@ -28,4 +28,4 @@ jobs:
2828
bundle config path vendor/bundle
2929
bundle install --jobs 4 --retry 3
3030
- name: Run RuboCop
31-
run: bundle exec rubocop
31+
run: bundle exec rubocop

0 commit comments

Comments
 (0)