From 4cf052bd946104c6c4ab15b3b180eaf252d2e34f Mon Sep 17 00:00:00 2001 From: Martin van Es Date: Tue, 24 Sep 2024 10:20:14 +0200 Subject: [PATCH] Do we need checkout in an action? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54d6a13..76ef8c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: LDAP_TLS: true steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install dependencies run: sudo apt-get update && sudo apt-get install -y libsasl2-dev libldap2-dev ldap-utils