File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 strategy :
2727 matrix :
2828 os : [ubuntu-latest]
29- scala : [2.12.14 , 2.13.6, 3.0.2]
29+ scala : [2.12.15 , 2.13.6, 3.0.2]
3030 java : [adopt@1.8]
3131 runs-on : ${{ matrix.os }}
3232 steps :
@@ -111,12 +111,12 @@ jobs:
111111 ~/Library/Caches/Coursier/v1
112112 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
113113
114- - name : Download target directories (2.12.14 )
114+ - name : Download target directories (2.12.15 )
115115 uses : actions/download-artifact@v2
116116 with :
117- name : target-${{ matrix.os }}-2.12.14 -${{ matrix.java }}
117+ name : target-${{ matrix.os }}-2.12.15 -${{ matrix.java }}
118118
119- - name : Inflate target directories (2.12.14 )
119+ - name : Inflate target directories (2.12.15 )
120120 run : |
121121 tar xf targets.tar
122122 rm targets.tar
You can’t perform that action at this time.
0 commit comments