mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-25 15:04:32 +02:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
6d25a37cbe
commit
e8e8ec79f6
5
.github/workflows/snapshot.yml
vendored
5
.github/workflows/snapshot.yml
vendored
@ -24,9 +24,10 @@ jobs:
|
||||
fetch-depth: 10000
|
||||
# Fetch all tags so that sbt-dynver can find the previous release version
|
||||
- run: git fetch --tags
|
||||
- uses: olafurpg/setup-scala@v14
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: adopt@1.11
|
||||
distribution: 'zulu'
|
||||
java-version: '11'
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user