]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Use actions/checkout 4874/head
authorAndrew Lewis <nerf@judo.za.org>
Fri, 15 Mar 2024 13:28:28 +0000 (15:28 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 15 Mar 2024 13:28:28 +0000 (15:28 +0200)
.github/workflows/ci_rspamd.yml

index 8d70a575945c6cf024c53c50adce979a43f2a184..59a6b4832b519b13e59b639c5d2a5cfad1234426 100644 (file)
@@ -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'