Merge pull request 'use actions with absolute URL' (#14) from actions into main
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m36s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m36s
Reviewed-on: phoenix/quarkus-commons#14
This commit is contained in:
commit
b72c65e8f4
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v4
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
uses: https://github.com/actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
|
||||
- name: Configure Maven CI/CD settings
|
||||
uses: s4u/maven-settings-action@v3.0.0
|
||||
uses: https://github.com/s4u/maven-settings-action@v3.0.0
|
||||
with:
|
||||
servers: |
|
||||
[{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue