File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 24
24
if : github.event_name == 'push'
25
25
uses : actions/checkout@v2
26
26
- name : Setup Scala
27
- uses : olafurpg/setup-scala@v10
27
+ uses : olafurpg/setup-scala@v11
28
+ with :
29
+
28
30
- name : Setup Ruby
29
31
uses : ruby/setup-ruby@v1
30
32
with :
Original file line number Diff line number Diff line change 23
23
- name : Fetch tags
24
24
run : git fetch --tags
25
25
- name : Setup Scala
26
- uses : olafurpg/setup-scala@v10
26
+ uses : olafurpg/setup-scala@v11
27
+ with :
28
+
27
29
- name : Setup Ruby
28
30
uses : ruby/setup-ruby@v1
29
31
with :
Original file line number Diff line number Diff line change 22
22
- name : Fetch tags
23
23
run : git fetch --tags
24
24
- name : Setup Scala
25
- uses : olafurpg/setup-scala@v10
25
+ uses : olafurpg/setup-scala@v11
26
+ with :
27
+
26
28
- name : Setup Ruby
27
29
uses : ruby/setup-ruby@v1
28
30
with :
You can’t perform that action at this time.
0 commit comments