Skip to content

Commit 01e4b9d

Browse files
authored
Update snapshot.yml
1 parent 8475131 commit 01e4b9d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/snapshot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
with:
2121
ref: ${{ github.event.workflow_run.head_branch }}
2222
fetch-depth: 0
23-
- uses: olafurpg/setup-scala@v14
23+
- uses: actions/setup-java@v3
2424
with:
25-
java-version: "adopt@1.8"
26-
- uses: coursier/cache-action@v6
25+
distribution: 'temurin'
26+
java-version: '11'
27+
cache: 'sbt'
2728
- uses: olafurpg/setup-gpg@v3
2829
- run: sbt -v ci-release
2930
env:

0 commit comments

Comments
 (0)