We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885dc96 commit 23610daCopy full SHA for 23610da
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
fetch-depth: 0
38
39
- name: Setup Java and Scala
40
- uses: olafurpg/setup-scala@v10
+ uses: olafurpg/setup-scala@v13
41
with:
42
java-version: ${{ matrix.java }}
43
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Check that workflows are up to date
57
shell: bash
58
- run: sbt --client '++${{ matrix.scala }}; githubWorkflowCheck'
+ run: sbt ++${{ matrix.scala }} githubWorkflowCheck
59
60
- shell: bash
61
- run: sbt --client '++${{ matrix.scala }}; ci'
+ run: sbt ++${{ matrix.scala }} ci
.github/workflows/clean.yml
@@ -56,4 +56,4 @@ jobs:
printf "Deleting '%s' #%d, %'d bytes\n" $name ${ARTCOUNT[$name]} $size
ghapi -X DELETE $REPO/actions/artifacts/$id
done
- done
+ done
0 commit comments