Skip to content

Commit

Permalink
Do we need checkout in an action?
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Sep 24, 2024
1 parent 821ed1f commit 4cf052b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cf052b

Please sign in to comment.