From b420d7e56133eebe771ba10025b27bddef7bf661 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 15 Mar 2024 15:28:28 +0200 Subject: [PATCH] [Test] Use actions/checkout --- .github/workflows/ci_rspamd.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_rspamd.yml b/.github/workflows/ci_rspamd.yml index 8d70a57594..59a6b4832b 100644 --- a/.github/workflows/ci_rspamd.yml +++ b/.github/workflows/ci_rspamd.yml @@ -26,10 +26,8 @@ jobs: sudo mkdir -p ${GITHUB_WORKSPACE} sudo chown -R build:build ${GITHUB_WORKSPACE} - - name: Check out the repo - run: | - cd ${GITHUB_WORKSPACE} - git clone ${{ github.server_url }}/${{ github.repository }} --branch ${{ github.ref_name }} --single-branch src + - name: Check out source code + uses: actions/checkout@v4 - name: Set variables on ARM64 if: runner.arch == 'ARM64' -- 2.47.3