summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-01-25 15:18:58 +0200
committerAsko Nõmm <asko@nmm.ee>2026-01-25 15:18:58 +0200
commit3f3afb5e9a642a23438d631e4b27e0f5c61cb013 (patch)
treef6c0117c4aa7015f7c41415f0cfa5ce48e1bba9b
parent770d7eee6de3d02d87607575d2f72756dc37c5de (diff)
Use Forgejo's checkout action with fully qualified URL
-rw-r--r--.forgejo/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml
index fdeb5b4..e6d0618 100644
--- a/.forgejo/workflows/tests.yml
+++ b/.forgejo/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
apt-get install -y curl wget bash rlwrap unzip git
- name: Checkout
- uses: actions/checkout@v4
+ uses: https://code.forgejo.org/actions/checkout@v4
- name: Install Java (Zulu 24)
run: |