File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
submodules : true
29
29
- name : fetch Rails tags
30
- run : cd rails && git fetch --depth=1 origin refs/tags/v7 *:refs/tags/v7 *
30
+ run : cd rails && git fetch --depth=1 origin refs/tags/v8 *:refs/tags/v8 *
31
31
- uses : ruby/setup-ruby@v1
32
32
with :
33
33
ruby-version : 3.3
45
45
with :
46
46
submodules : true
47
47
- name : fetch Rails tags
48
- run : cd rails && git fetch --depth=1 origin refs/tags/v7 *:refs/tags/v7 *
48
+ run : cd rails && git fetch --depth=1 origin refs/tags/v8 *:refs/tags/v8 *
49
49
- uses : ruby/setup-ruby@v1
50
50
with :
51
51
ruby-version : 3.3
61
61
with :
62
62
submodules : true
63
63
- name : fetch Rails tags
64
- run : cd rails && git fetch --depth=1 origin refs/tags/v7 *:refs/tags/v7 * refs/tags/v6*:refs/tags/v6* refs/tags/v5*:refs/tags/v5*
64
+ run : cd rails && git fetch --depth=1 origin refs/tags/v8 *:refs/tags/v8 * refs/tags/v6*:refs/tags/v6* refs/tags/v5*:refs/tags/v5*
65
65
- uses : ruby/setup-ruby@v1
66
66
with :
67
67
ruby-version : 2.7
You can’t perform that action at this time.
0 commit comments