mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-26 23:44:10 +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-depth: 10000
|
||||||
# Fetch all tags so that sbt-dynver can find the previous release version
|
# Fetch all tags so that sbt-dynver can find the previous release version
|
||||||
- run: git fetch --tags
|
- run: git fetch --tags
|
||||||
- uses: olafurpg/setup-scala@v14
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: adopt@1.11
|
distribution: 'zulu'
|
||||||
|
java-version: '11'
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.cache
|
path: ~/.cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user