mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: update actions/setup-java@v2 to actions/setup-java@v4 in vab_ci.yml
This commit is contained in:
parent
4991fc7491
commit
a59d641bec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/vab_ci.yml
vendored
4
.github/workflows/vab_ci.yml
vendored
|
@ -17,9 +17,9 @@ jobs:
|
|||
env:
|
||||
VAB_FLAGS: --api 30 --build-tools 29.0.0 -v 3
|
||||
steps:
|
||||
- uses: actions/setup-java@v2
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
distribution: 'temurin'
|
||||
java-version: 11
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue