From 5610f1c545f2b5018118fd3a3b1ed6a2499a283d Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 25 Jan 2026 15:13:17 +0200 Subject: Fix workflow checkout to use actions/checkout@v4 --- .forgejo/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.forgejo/workflows') diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index 62a5369..cc5fd00 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -17,10 +17,7 @@ jobs: apt-get install -y curl wget bash rlwrap unzip git - name: Checkout - run: | - git clone --depth 1 "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git" . - git fetch origin "$GITHUB_SHA" - git checkout "$GITHUB_SHA" + uses: actions/checkout@v4 - name: Install Java (Zulu 24) run: | -- cgit v1.2.3