Skip to content

Commit f599376

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent f11161a commit f599376

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: [3.1.3]
25+
scala: [3.2.1]
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: [3.1.3]
75+
scala: [3.2.1]
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 (3.1.3)
103+
- name: Download target directories (3.2.1)
104104
uses: actions/download-artifact@v2
105105
with:
106-
name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }}
106+
name: target-${{ matrix.os }}-3.2.1-${{ matrix.java }}
107107

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

0 commit comments

Comments
 (0)