mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
github actions checkout v2
This commit is contained in:
parent
0d798fedc3
commit
0358607d5a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rubocop.yml
vendored
2
.github/workflows/rubocop.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Ruby 2.6
|
||||
uses: actions/setup-ruby@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue