switch to use server's new actions org
This commit is contained in:
parent
fc04ac0f76
commit
148acc8419
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue