mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
Test Build Commit
This commit is contained in:
parent
96d3f4015d
commit
94c1e6084f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-matrix.yaml
vendored
2
.github/workflows/build-matrix.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Java ${{ matrix.java }}
|
||||
uses: actions/setup-java@4
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ matrix.java }}
|
||||
|
|
Loading…
Reference in a new issue