From: Andrew Lewis Date: Fri, 15 Mar 2024 13:28:28 +0000 (+0200) Subject: [Test] Use actions/checkout X-Git-Tag: 3.9.0~94^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b420d7e56133eebe771ba10025b27bddef7bf661;p=rspamd.git [Test] Use actions/checkout --- diff --git a/.github/workflows/ci_rspamd.yml b/.github/workflows/ci_rspamd.yml index 8d70a5759..59a6b4832 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'