File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
name : Rubocop
18
18
runs-on : ubuntu-18.04
19
19
steps :
20
- - uses : doctolib/github- actions- checkout@v1
21
- - uses : doctolib/github- actions- setup-ruby@v1
20
+ - uses : actions/ checkout@v1
21
+ - uses : actions/ setup-ruby@v1
22
22
with :
23
23
ruby-version : ${{ env.RUBY_VERSION }}
24
- - uses : doctolib/github- actions- cache@v2
24
+ - uses : actions/ cache@v2
25
25
with :
26
26
path : vendor/bundle
27
27
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
@@ -58,12 +58,12 @@ jobs:
58
58
--health-timeout 5s
59
59
--health-retries 5
60
60
steps :
61
- - uses : doctolib/github- actions- checkout@v2
61
+ - uses : actions/ checkout@v2
62
62
- name : Set up Ruby
63
- uses : doctolib/github- actions- setup-ruby@v1
63
+ uses : actions/ setup-ruby@v1
64
64
with :
65
65
ruby-version : ${{ matrix.ruby }}
66
- - uses : doctolib/github- actions- cache@v2
66
+ - uses : actions/ cache@v2
67
67
with :
68
68
path : vendor/bundle
69
69
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
You can’t perform that action at this time.
0 commit comments