switch to use server's new actions org
All checks were successful
/ checks (pull_request) Successful in 1m18s
/ checks (push) Successful in 34s

This commit is contained in:
Jacob Lifshay 2025-10-09 23:38:51 -07:00
parent fc04ac0f76
commit 148acc8419
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ

View file

@ -6,7 +6,7 @@ jobs:
checks: checks:
runs-on: debian-12 runs-on: debian-12
steps: steps:
- uses: https://git.libre-chip.org/mirrors/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
submodules: true submodules: true
@ -19,7 +19,7 @@ jobs:
default-jre-headless \ default-jre-headless \
jq \ jq \
python3-venv python3-venv
- uses: https://git.libre-chip.org/mirrors/cache@v4 - uses: actions/cache@v4
with: with:
path: ~/.m2/repository path: ~/.m2/repository
key: maven-repository key: maven-repository