diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-01-25 15:13:17 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-01-25 15:13:17 +0200 |
| commit | 5610f1c545f2b5018118fd3a3b1ed6a2499a283d (patch) | |
| tree | 81839637aa845e1fa49fb6c0af1b10b7dd807be9 /.forgejo/workflows/tests.yml | |
| parent | 3eb8e201ebe2fc508451fadb2fec3de4c022524c (diff) | |
Fix workflow checkout to use actions/checkout@v4
Diffstat (limited to '.forgejo/workflows/tests.yml')
| -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: | |
