Skip to content

Commit c208a30

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent e6ebb00 commit c208a30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.12.16]
25+
scala: [2.12.17]
2626
java: [temurin@11]
2727
runs-on: ${{ matrix.os }}
2828
steps:
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
matrix:
7474
os: [ubuntu-latest]
75-
scala: [2.12.16]
75+
scala: [2.12.17]
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 (2.12.16)
103+
- name: Download target directories (2.12.17)
104104
uses: actions/download-artifact@v2
105105
with:
106-
name: target-${{ matrix.os }}-2.12.16-${{ matrix.java }}
106+
name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }}
107107

108-
- name: Inflate target directories (2.12.16)
108+
- name: Inflate target directories (2.12.17)
109109
run: |
110110
tar xf targets.tar
111111
rm targets.tar

0 commit comments

Comments
 (0)