mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: bump actions/setup-java from 4 to 5 (#25153)
This commit is contained in:
parent
1ddfd78a20
commit
d40eb8c59d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/vab_ci.yml
vendored
2
.github/workflows/vab_ci.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
env:
|
||||
VAB_FLAGS: --api 30 --build-tools 29.0.0 -v 3
|
||||
steps:
|
||||
- uses: actions/setup-java@v4
|
||||
- uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue