1
0
Fork 0

switch to use server's new actions org

This commit is contained in:
Jacob Lifshay 2025-10-09 23:48:17 -07:00
parent c06ef56482
commit 64ec6c0dcc
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ jobs:
runs-on: debian-12
needs: deps
steps:
- uses: https://git.libre-chip.org/mirrors/checkout@v3
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
@ -43,7 +43,7 @@ jobs:
source "$HOME/.cargo/env"
rustup component add rust-src
echo "$PATH" >> "$GITHUB_PATH"
- uses: https://git.libre-chip.org/mirrors/cache/restore@v3
- uses: actions/cache/restore@v3
with:
path: deps
key: ${{ needs.deps.outputs.cache-primary-key }}