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

Reviewed-on: phoenix/quarkus-commons#14
This commit is contained in:
Jorge Bornhausen 2024-11-02 15:01:32 +00:00
commit b72c65e8f4

View file

@ -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: |
[{