Skip to content

Commit 3c579ab

Browse files
scala-stewardrossabaker
authored andcommitted
Regenerate workflow with sbt-github-actions
1 parent 48f61fe commit 3c579ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

0 commit comments

Comments
 (0)