diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e632501..e481b0f8 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: scala: ['2.12.17', '2.13.10'] steps: - uses: actions/checkout@v3.1.0 - - uses: olafurpg/setup-scala@v13 + - uses: olafurpg/setup-scala@v14 with: java-version: ${{ matrix.java }} - name: Cache scala dependencies @@ -35,7 +35,7 @@ jobs: - name: Checkout current branch uses: actions/checkout@v3.1.0 - name: Setup Scala and Java - uses: olafurpg/setup-scala@v13 + uses: olafurpg/setup-scala@v14 - name: Cache scala dependencies uses: coursier/cache-action@v6 - name: Check generation of ScalaDoc @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v3.1.0 with: fetch-depth: 0 - - uses: olafurpg/setup-scala@v13 + - uses: olafurpg/setup-scala@v14 - run: sbt ci-release env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}