Skip to content

Commit e8e8ec7

Browse files
xerialclaude
andauthored
Replace setup-scala with setup-java in snapshot workflow (#677)
Updates snapshot.yml to use actions/setup-java@v4 instead of olafurpg/setup-scala@v14 for better consistency with other workflows and official GitHub Actions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent 6d25a37 commit e8e8ec7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/snapshot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
fetch-depth: 10000
2525
# Fetch all tags so that sbt-dynver can find the previous release version
2626
- run: git fetch --tags
27-
- uses: olafurpg/setup-scala@v14
27+
- uses: actions/setup-java@v4
2828
with:
29-
java-version: [email protected]
29+
distribution: 'zulu'
30+
java-version: '11'
3031
- uses: actions/cache@v4
3132
with:
3233
path: ~/.cache

0 commit comments

Comments
 (0)