use actions with absolute URL
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 2m17s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 2m17s
This commit is contained in:
parent
cba5421198
commit
91ae74730c
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