diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 658d6610..1ddd56ad 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,11 +13,11 @@ jobs: env: JAVA_OPTS: -Xmx4G steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.1.0 - uses: coursier/cache-action@v6.4 - uses: coursier/setup-action@v1.2.1 with: - jvm: adopt:11 + jvm: zulu:17 - name: Run tests with sbt run: sbt test - name: Compile docs @@ -39,7 +39,7 @@ jobs: env: JAVA_OPTS: -Xmx4G steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 0 - uses: coursier/cache-action@v6.4 @@ -65,4 +65,6 @@ jobs: tag: "v${{ env.VERSION }}" version: "v${{ env.VERSION }}" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + +