File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,12 @@ jobs:
159
159
~/Library/Caches/Coursier/v1
160
160
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
161
161
162
- - name : Download target directories (2.13.11 )
162
+ - name : Download target directories (2.13.12 )
163
163
uses : actions/download-artifact@v3
164
164
with :
165
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.11
165
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.12
166
166
167
- - name : Inflate target directories (2.13.11 )
167
+ - name : Inflate target directories (2.13.12 )
168
168
run : |
169
169
tar xf targets.tar
170
170
rm targets.tar
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ pull_request_rules:
17
17
- name : merge scala-steward's PRs
18
18
conditions :
19
19
- author=scala-steward
20
- - status-success=Build and Test (ubuntu-latest, 2.13.11 , temurin@17)
21
- - status-success=Build and Test (ubuntu-latest, 2.13.11 , temurin@11)
20
+ - status-success=Build and Test (ubuntu-latest, 2.13.12 , temurin@17)
21
+ - status-success=Build and Test (ubuntu-latest, 2.13.12 , temurin@11)
22
22
actions :
23
23
merge :
24
24
method : squash
You can’t perform that action at this time.
0 commit comments