Skip to content

Commit edfe8f4

Browse files
committed
Regenerate workflow
1 parent 74d6345 commit edfe8f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ jobs:
147147
~/Library/Caches/Coursier/v1
148148
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
149149

150-
- name: Download target directories (2.12.15, rootJVM)
150+
- name: Download target directories (2.12.16, rootJVM)
151151
uses: actions/download-artifact@v2
152152
with:
153-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM
153+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM
154154

155-
- name: Inflate target directories (2.12.15, rootJVM)
155+
- name: Inflate target directories (2.12.16, rootJVM)
156156
run: |
157157
tar xf targets.tar
158158
rm targets.tar

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pull_request_rules:
1212
- or:
1313
- body~=labels:.*early-semver-patch
1414
- body~=labels:.*early-semver-minor
15-
- status-success=Build and Test (ubuntu-latest, 2.12.15, temurin@8, rootJVM)
15+
- status-success=Build and Test (ubuntu-latest, 2.12.16, temurin@8, rootJVM)
1616
- '#approved-reviews-by>=1'
1717
actions:
1818
merge: {}

0 commit comments

Comments
 (0)