aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2024-03-15 15:28:28 +0200
committerAndrew Lewis <nerf@judo.za.org>2024-03-15 15:28:28 +0200
commitb420d7e56133eebe771ba10025b27bddef7bf661 (patch)
tree5f87e4237d1707079ae79788aa6f033c602a4112 /.github/workflows
parentc4ddccba821ed6ec6c54ffdf751e96172a19f6d0 (diff)
downloadrspamd-b420d7e56133eebe771ba10025b27bddef7bf661.tar.gz
rspamd-b420d7e56133eebe771ba10025b27bddef7bf661.zip
[Test] Use actions/checkout
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci_rspamd.yml6
1 files changed, 2 insertions, 4 deletions
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'