use actions with absolute URL
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 2m17s

This commit is contained in:
Jorge Bornhausen 2024-11-02 15:58:43 +01:00
parent cba5421198
commit 91ae74730c

View file

@ -7,16 +7,16 @@ jobs:
steps: steps:
- name: Checkout the code - name: Checkout the code
uses: actions/checkout@v4 uses: https://github.com/actions/checkout@v4
- name: Set up JDK 21 - name: Set up JDK 21
uses: actions/setup-java@v4 uses: https://github.com/actions/setup-java@v4
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: '21' java-version: '21'
- name: Configure Maven CI/CD settings - 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: with:
servers: | servers: |
[{ [{