File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2424 if : github.event_name == 'push'
2525 uses : actions/checkout@v2
2626 - name : Setup Scala
27- uses : olafurpg/setup-scala@v10
27+ uses : olafurpg/setup-scala@v11
28+ with :
29+ java-version : adopt@1.11
2830 - name : Setup Ruby
2931 uses : ruby/setup-ruby@v1
3032 with :
Original file line number Diff line number Diff line change 2323 - name : Fetch tags
2424 run : git fetch --tags
2525 - name : Setup Scala
26- uses : olafurpg/setup-scala@v10
26+ uses : olafurpg/setup-scala@v11
27+ with :
28+ java-version : adopt@1.11
2729 - name : Setup Ruby
2830 uses : ruby/setup-ruby@v1
2931 with :
Original file line number Diff line number Diff line change 2222 - name : Fetch tags
2323 run : git fetch --tags
2424 - name : Setup Scala
25- uses : olafurpg/setup-scala@v10
25+ uses : olafurpg/setup-scala@v11
26+ with :
27+ java-version : adopt@1.11
2628 - name : Setup Ruby
2729 uses : ruby/setup-ruby@v1
2830 with :
You can’t perform that action at this time.
0 commit comments