From 91ae74730c4d7c7355553ac055fdeb0ede6fe1da Mon Sep 17 00:00:00 2001 From: Jorge Bornhausen Date: Sat, 2 Nov 2024 15:58:43 +0100 Subject: [PATCH] use actions with absolute URL --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 0a22919..c473068 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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: | [{