File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 os : [ubuntu-latest]
25- scala : [3.1.3 ]
25+ scala : [3.2.1 ]
2626 java : [temurin@11]
2727 runs-on : ${{ matrix.os }}
2828 steps :
7272 strategy :
7373 matrix :
7474 os : [ubuntu-latest]
75- scala : [3.1.3 ]
75+ scala : [3.2.1 ]
7676 java : [temurin@11]
7777 runs-on : ${{ matrix.os }}
7878 steps :
@@ -100,12 +100,12 @@ jobs:
100100 ~/Library/Caches/Coursier/v1
101101 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
102102
103- - name : Download target directories (3.1.3 )
103+ - name : Download target directories (3.2.1 )
104104 uses : actions/download-artifact@v2
105105 with :
106- name : target-${{ matrix.os }}-3.1.3 -${{ matrix.java }}
106+ name : target-${{ matrix.os }}-3.2.1 -${{ matrix.java }}
107107
108- - name : Inflate target directories (3.1.3 )
108+ - name : Inflate target directories (3.2.1 )
109109 run : |
110110 tar xf targets.tar
111111 rm targets.tar
You can’t perform that action at this time.
0 commit comments