.gitea/workflows/quality.yml aktualisiert
All checks were successful
Quality Check / Check (push) Successful in 41s

This commit is contained in:
Snoweuph 2024-04-25 16:01:31 +00:00
parent 1592ee9c03
commit fdcea6c817

View file

@ -7,7 +7,7 @@ jobs:
name: "Check"
runs-on: "ubuntu-latest"
container:
image: "ghcr.io/catthehacker/ubuntu:runner-latest"
image: "git.euph.dev/actions/runner-java-21:latest"
steps:
- name: "Checkout"
uses: "https://git.euph.dev/actions/checkout@v3"