switch to use server's new actions org #23

Merged
programmerjake merged 1 commit from programmerjake/grant-tracking:switch-to-new-actions-org into master 2025-10-10 06:43:56 +00:00

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