ci: Fix actions
All checks were successful
/ build (push) Successful in 28s

Signed-off-by: Minecon724 <git@m724.eu>
This commit is contained in:
Minecon724 2025-02-10 16:53:14 +01:00
parent 7c41f57f1f
commit f907c0f7cf
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -5,7 +5,7 @@ jobs:
container: eclipse-temurin:21-alpine container: eclipse-temurin:21-alpine
steps: steps:
- name: Install JDK and other deps - name: Install JDK and other deps
run: apk update && apk add maven git nodejs curl run: apk upgrade && apk add maven git nodejs curl
- name: Checkout - name: Checkout
uses: https://github.com/actions/checkout@v4 uses: https://github.com/actions/checkout@v4