File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
name : Rubocop
18
18
runs-on : ' ubuntu-20.04'
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- uses : ruby/setup-ruby@v1
22
22
with :
23
23
ruby-version : ' 3.0'
69
69
continue-on-error : ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
70
70
env : ${{ matrix.env }}
71
71
steps :
72
- - uses : actions/checkout@v2
72
+ - uses : actions/checkout@v3
73
73
- uses : ruby/setup-ruby@v1
74
74
with :
75
75
bundler : ${{ matrix.bundler || '2.2.22' }}
@@ -114,7 +114,7 @@ jobs:
114
114
LEGACY_CI : true
115
115
JRUBY_OPTS : ${{ matrix.container.jruby_opts || '--dev' }}
116
116
steps :
117
- - uses : actions/checkout@v2
117
+ - uses : actions/checkout@v3
118
118
- run : ${{ matrix.container.pre }}
119
119
- run : script/legacy_setup.sh
120
120
- run : bundle exec bin/rspec
@@ -135,7 +135,7 @@ jobs:
135
135
- 2.1.9
136
136
fail-fast : false
137
137
steps :
138
- - uses : actions/checkout@v2
138
+ - uses : actions/checkout@v3
139
139
- uses : ruby/setup-ruby@v1
140
140
with :
141
141
bundler : ' 2.2.22'
You can’t perform that action at this time.
0 commit comments