Skip to content

Commit 3124f78

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent c491c84 commit 3124f78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
matrix:
8383
os: [ubuntu-latest]
84-
scala: [2.12.17]
84+
scala: [2.12.16]
8585
java: [adopt-hotspot@8]
8686
runs-on: ${{ matrix.os }}
8787
steps:
@@ -109,12 +109,12 @@ jobs:
109109
~/Library/Caches/Coursier/v1
110110
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
111111

112-
- name: Download target directories (2.12.16)
112+
- name: Download target directories (2.12.17)
113113
uses: actions/download-artifact@v2
114114
with:
115-
name: target-${{ matrix.os }}-2.12.16-${{ matrix.java }}
115+
name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }}
116116

117-
- name: Inflate target directories (2.12.16)
117+
- name: Inflate target directories (2.12.17)
118118
run: |
119119
tar xf targets.tar
120120
rm targets.tar

0 commit comments

Comments
 (0)