From 98e18c465cf54beb09a6cd9a82463293f7881ea6 Mon Sep 17 00:00:00 2001 From: Graham Ashton Date: Wed, 4 Oct 2023 14:10:17 +0100 Subject: [PATCH] Use checkout action in install docs (#3810) --- docs/installing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installing.md b/docs/installing.md index c3d8fa7f55..4ed7ab9d17 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -95,6 +95,7 @@ jobs: name: Ansible Lint # Naming the build is important to use it as a status check runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - name: Run ansible-lint uses: ansible/ansible-lint@v6 ```