diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a31197..ae67e69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,12 @@ jobs: - 3.2.1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: coursier/cache-action@v6 - name: scala - uses: olafurpg/setup-scala@v11 + uses: olafurpg/setup-scala@v13 with: java-version: openjdk@1.11 @@ -32,7 +32,7 @@ jobs: env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} COVERALLS_FLAG_NAME: Scala ${{ matrix.scala }} - run: sbt ++${{ matrix.scala }} coverageReport coverageAggregate coveralls + run: sbt ++${{ matrix.scala }} coverageReport coveralls - name: slack uses: homoluctus/slatify@master