diff options
Diffstat (limited to '.forgejo')
| -rw-r--r-- | .forgejo/workflows/tests.yml | 5 |
1 files changed, 1 insertions, 4 deletions
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: | |
