We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8475131 commit 01e4b9dCopy full SHA for 01e4b9d
.github/workflows/snapshot.yml
@@ -20,10 +20,11 @@ jobs:
20
with:
21
ref: ${{ github.event.workflow_run.head_branch }}
22
fetch-depth: 0
23
- - uses: olafurpg/setup-scala@v14
+ - uses: actions/setup-java@v3
24
25
- java-version: "adopt@1.8"
26
- - uses: coursier/cache-action@v6
+ distribution: 'temurin'
+ java-version: '11'
27
+ cache: 'sbt'
28
- uses: olafurpg/setup-gpg@v3
29
- run: sbt -v ci-release
30
env:
0 commit comments